Color Hex Logo

#cd15ad Color Hex

#CD15AD
(205,21,173)
0 Favorites   0 Comments

Color spaces of #cd15ad

RGB 20521173
HSL0.860.810.44
HSV310°90°80°
CMYK 0.000.900.16   0.20
XYZ32.987816.532640.9876
Yxy16.53260.36450.1827
Hunter Lab40.660373.6620-31.3051
CIE-Lab47.665676.9575-34.6406

#cd15ad color RGB value is (205,21,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010101 10101101
Octal 315 25 255
Decimal 205 21 173
Hex CD 15 AD

RGB Percentages of Color #cd15ad

%51.38
%5.26
%43.36

CMYK Percentages of Color #cd15ad

%0
%90
%16
%20

Triadic Colors of #cd15ad

#cd15ad #adcd15 #15adcd

Analogous Colors of #cd15ad

#cd15ad #cd1551 #9115cd

Monochromatic Colors of #cd15ad

#cd15ad

Complementary Color

#cd15ad #15cd35

#cd15ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd15ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd15ad Color CSS Codes

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

#cd15ad Text Font Color

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

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


#cd15ad Background Color

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

This div background color is #cd15ad


#cd15ad Border Color

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

This div border color is #cd15ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd15ad


Comments

No comments written yet.

Please login to write comment.