Color Hex Logo

#cd00ad Color Hex

#CD00AD
(205,0,173)
0 Favorites   0 Comments

Color spaces of #cd00ad

RGB 2050173
HSL0.861.000.40
HSV309°100°80°
CMYK 0.001.000.16   0.20
XYZ32.719715.996340.8982
Yxy15.99630.36510.1785
Hunter Lab39.995476.0366-32.6316
CIE-Lab46.969679.0030-35.7356

#cd00ad color RGB value is (205,0,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000000 10101101
Octal 315 0 255
Decimal 205 0 173
Hex CD 0 AD

RGB Percentages of Color #cd00ad

%54.23
%0.00
%45.77

CMYK Percentages of Color #cd00ad

%0
%100
%16
%20

Triadic Colors of #cd00ad

#cd00ad #adcd00 #00adcd

Analogous Colors of #cd00ad

#cd00ad #cd0046 #8700cd

Monochromatic Colors of #cd00ad

#cd00ad

Complementary Color

#cd00ad #00cd20

#cd00ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd00ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd00ad Color CSS Codes

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

#cd00ad Text Font Color

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

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


#cd00ad Background Color

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

This div background color is #cd00ad


#cd00ad Border Color

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

This div border color is #cd00ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd00ad


Comments

No comments written yet.

Please login to write comment.