Color Hex Logo

#a912cb Color Hex

#A912CB
(169,18,203)
0 Favorites   0 Comments

Color spaces of #a912cb

RGB 16918203
HSL0.800.840.43
HSV289°91°80°
CMYK 0.170.910.00   0.20
XYZ27.358013.179457.6019
Yxy13.17940.27880.1343
Hunter Lab36.303470.9852-68.6618
CIE-Lab43.032375.6806-59.9743

#a912cb color RGB value is (169,18,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010010 11001011
Octal 251 22 313
Decimal 169 18 203
Hex A9 12 CB

RGB Percentages of Color #a912cb

%43.33
%4.62
%52.05

CMYK Percentages of Color #a912cb

%17
%91
%0
%20

Triadic Colors of #a912cb

#a912cb #cba912 #12cba9

Analogous Colors of #a912cb

#a912cb #cb1291 #4d12cb

Monochromatic Colors of #a912cb

#a912cb

Complementary Color

#a912cb #34cb12

#a912cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a912cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a912cb Color CSS Codes

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

#a912cb Text Font Color

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

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


#a912cb Background Color

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

This div background color is #a912cb


#a912cb Border Color

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

This div border color is #a912cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,18,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 #a912cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a912cb


Comments

No comments written yet.

Please login to write comment.