Color Hex Logo

#cd00aa Color Hex

#CD00AA
(205,0,170)
0 Favorites   0 Comments

Color spaces of #cd00aa

RGB 2050170
HSL0.861.000.40
HSV310°100°80°
CMYK 0.001.000.17   0.20
XYZ32.432515.881439.3862
Yxy15.88140.36980.1811
Hunter Lab39.851575.5294-30.7017
CIE-Lab46.818578.6261-34.1955

#cd00aa color RGB value is (205,0,170).

#cd00aa hex color red value is 205, green value is 0 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cd00aa hue: 0.86 , saturation: 1.00 and the lightness value of cd00aa is 0.40.

The process color (four color CMYK) of #cd00aa color hex is 0.00, 1.00, 0.17, 0.20. Web safe color of #cd00aa is #cc0099. Color #cd00aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000000 10101010
Octal 315 0 252
Decimal 205 0 170
Hex CD 0 AA

RGB Percentages of Color #cd00aa

%54.67
%0.00
%45.33

CMYK Percentages of Color #cd00aa

%0
%100
%17
%20

Triadic Colors of #cd00aa

#cd00aa #aacd00 #00aacd

Analogous Colors of #cd00aa

#cd00aa #cd0043 #8a00cd

Monochromatic Colors of #cd00aa

#cd00aa

Complementary Color

#cd00aa #00cd23

#cd00aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd00aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd00aa Color CSS Codes

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

#cd00aa Text Font Color

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

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


#cd00aa Background Color

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

This div background color is #cd00aa


#cd00aa Border Color

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

This div border color is #cd00aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd00aa


Comments

No comments written yet.

Please login to write comment.