Color Hex Logo

#a412cb Color Hex

#A412CB
(164,18,203)
0 Favorites   0 Comments

Color spaces of #a412cb

RGB 16418203
HSL0.800.840.43
HSV287°91°80°
CMYK 0.190.910.00   0.20
XYZ26.305612.636957.5526
Yxy12.63690.27260.1310
Hunter Lab35.548469.8791-71.1061
CIE-Lab42.211074.9323-61.3443

#a412cb color RGB value is (164,18,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010010 11001011
Octal 244 22 313
Decimal 164 18 203
Hex A4 12 CB

RGB Percentages of Color #a412cb

%42.60
%4.68
%52.73

CMYK Percentages of Color #a412cb

%19
%91
%0
%20

Triadic Colors of #a412cb

#a412cb #cba412 #12cba4

Analogous Colors of #a412cb

#a412cb #cb1296 #4812cb

Monochromatic Colors of #a412cb

#a412cb

Complementary Color

#a412cb #39cb12

#a412cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a412cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a412cb Color CSS Codes

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

#a412cb Text Font Color

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

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


#a412cb Background Color

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

This div background color is #a412cb


#a412cb Border Color

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

This div border color is #a412cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a412cb


Comments

No comments written yet.

Please login to write comment.