color codes Logo

#a511be color codes

#A511BE
(165,17,190)
0 Favorites   0 Comments

Color spaces of #a511be

RGB 16517190
HSL0.810.840.41
HSV291°91°75°
CMYK 0.130.910.00   0.25
XYZ25.011812.117949.7359
Yxy12.11790.28790.1395
Hunter Lab34.810867.3347-60.3431
CIE-Lab41.402972.9833-55.0576

#a511be color RGB value is (165,17,190).

#a511be hex color red value is 165, green value is 17 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a511be hue: 0.81 , saturation: 0.84 and the lightness value of a511be is 0.41.

The process color (four color CMYK) of #a511be color code is 0.13, 0.91, 0.00, 0.25. Web safe color of #a511be is #9900cc. Color #a511be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010001 10111110
Octal 245 21 276
Decimal 165 17 190
Hex A5 11 BE

RGB Percentages of Color #a511be

%44.35
%4.57
%51.08

CMYK Percentages of Color #a511be

%13
%91
%0
%25

Triadic Colors of #a511be

#a511be #bea511 #11bea5

Analogous Colors of #a511be

#a511be #be1181 #4e11be

Monochromatic Colors of #a511be

#a511be

Complementary Color

#a511be #2abe11

#a511be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a511be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a511be Color CSS Codes

.mybgcolor {background-color:#a511be; } 
.myforecolor {color:#a511be; }
.mybordercolor {border:3px solid #a511be; }

#a511be Text Font Color

<p style="color:#a511be">Text here</p>

This sample text font color is #a511be
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a511be Background Color

<div style="background-color:#a511be">
Div content here</div>

This div background color is #a511be


#a511be Border Color

<div style="border:3px solid #a511be">
Div here</div>

This div border color is #a511be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,17,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a511be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a511be;
  -webkit-box-shadow: 1px 1px 3px 2px #a511be;
  box-shadow:         1px 1px 3px 2px #a511be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,17,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a511be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a511be;
  -webkit-box-shadow: 1px 1px 3px 2px #a511be;
  box-shadow:         1px 1px 3px 2px #a511be;">
Div content here</div>

This div box has shadow with color #a511be


Comments

No comments written yet.

Please login to write comment.