Color Hex Logo

#a609cd Color Hex

#A609CD
(166,9,205)
0 Favorites   0 Comments

Color spaces of #a609cd

RGB 1669205
HSL0.800.920.42
HSV288°96°80°
CMYK 0.190.960.00   0.20
XYZ26.843012.710158.7961
Yxy12.71010.27290.1292
Hunter Lab35.651272.0090-72.8254
CIE-Lab42.323276.6527-62.3072

#a609cd color RGB value is (166,9,205).

#a609cd hex color red value is 166, green value is 9 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a609cd hue: 0.80 , saturation: 0.92 and the lightness value of a609cd is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001001 11001101
Octal 246 11 315
Decimal 166 9 205
Hex A6 9 CD

RGB Percentages of Color #a609cd

%43.68
%2.37
%53.95

CMYK Percentages of Color #a609cd

%19
%96
%0
%20

Triadic Colors of #a609cd

#a609cd #cda609 #09cda6

Analogous Colors of #a609cd

#a609cd #cd0992 #4409cd

Monochromatic Colors of #a609cd

#a609cd

Complementary Color

#a609cd #30cd09

#a609cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a609cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a609cd Color CSS Codes

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

#a609cd Text Font Color

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

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


#a609cd Background Color

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

This div background color is #a609cd


#a609cd Border Color

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

This div border color is #a609cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,9,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a609cd


Comments

No comments written yet.

Please login to write comment.