Color Hex Logo

#a911cb Color Hex

#A911CB
(169,17,203)
0 Favorites   0 Comments

Color spaces of #a911cb

RGB 16917203
HSL0.800.850.43
HSV289°92°80°
CMYK 0.170.920.00   0.20
XYZ27.342113.147757.5966
Yxy13.14770.27880.1340
Hunter Lab36.259871.1455-68.7970
CIE-Lab42.985075.8208-60.0510

#a911cb color RGB value is (169,17,203).

#a911cb hex color red value is 169, green value is 17 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a911cb hue: 0.80 , saturation: 0.85 and the lightness value of a911cb is 0.43.

The process color (four color CMYK) of #a911cb color hex is 0.17, 0.92, 0.00, 0.20. Web safe color of #a911cb is #9900cc. Color #a911cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010001 11001011
Octal 251 21 313
Decimal 169 17 203
Hex A9 11 CB

RGB Percentages of Color #a911cb

%43.44
%4.37
%52.19

CMYK Percentages of Color #a911cb

%17
%92
%0
%20

Triadic Colors of #a911cb

#a911cb #cba911 #11cba9

Analogous Colors of #a911cb

#a911cb #cb1190 #4c11cb

Monochromatic Colors of #a911cb

#a911cb

Complementary Color

#a911cb #33cb11

#a911cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a911cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a911cb Color CSS Codes

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

#a911cb Text Font Color

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

This sample text font color is #a911cb
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.


#a911cb Background Color

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

This div background color is #a911cb


#a911cb Border Color

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

This div border color is #a911cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a911cb


Comments

No comments written yet.

Please login to write comment.