Color Hex Logo

#a605cb Color Hex

#A605CB
(166,5,203)
0 Favorites   0 Comments

Color spaces of #a605cb

RGB 1665203
HSL0.800.950.41
HSV289°98°80°
CMYK 0.180.980.00   0.20
XYZ26.559612.527357.5181
Yxy12.52730.27490.1297
Hunter Lab35.393972.0070-71.5755
CIE-Lab42.042276.7052-61.6030

#a605cb color RGB value is (166,5,203).

#a605cb hex color red value is 166, green value is 5 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a605cb hue: 0.80 , saturation: 0.95 and the lightness value of a605cb is 0.41.

The process color (four color CMYK) of #a605cb color hex is 0.18, 0.98, 0.00, 0.20. Web safe color of #a605cb is #9900cc. Color #a605cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000101 11001011
Octal 246 5 313
Decimal 166 5 203
Hex A6 5 CB

RGB Percentages of Color #a605cb

%44.39
%1.34
%54.28

CMYK Percentages of Color #a605cb

%18
%98
%0
%20

Triadic Colors of #a605cb

#a605cb #cba605 #05cba6

Analogous Colors of #a605cb

#a605cb #cb058d #4305cb

Monochromatic Colors of #a605cb

#a605cb

Complementary Color

#a605cb #2acb05

#a605cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a605cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a605cb Color CSS Codes

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

#a605cb Text Font Color

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

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


#a605cb Background Color

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

This div background color is #a605cb


#a605cb Border Color

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

This div border color is #a605cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a605cb


Comments

No comments written yet.

Please login to write comment.