Color Hex Logo

#cd14ad Color Hex

#CD14AD
(205,20,173)
0 Favorites   0 Comments

Color spaces of #cd14ad

RGB 20520173
HSL0.860.820.44
HSV310°90°80°
CMYK 0.000.900.16   0.20
XYZ32.969816.496640.9816
Yxy16.49660.36450.1824
Hunter Lab40.616073.8183-31.3925
CIE-Lab47.619477.0929-34.7133

#cd14ad color RGB value is (205,20,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010100 10101101
Octal 315 24 255
Decimal 205 20 173
Hex CD 14 AD

RGB Percentages of Color #cd14ad

%51.51
%5.03
%43.47

CMYK Percentages of Color #cd14ad

%0
%90
%16
%20

Triadic Colors of #cd14ad

#cd14ad #adcd14 #14adcd

Analogous Colors of #cd14ad

#cd14ad #cd1450 #9114cd

Monochromatic Colors of #cd14ad

#cd14ad

Complementary Color

#cd14ad #14cd34

#cd14ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd14ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd14ad Color CSS Codes

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

#cd14ad Text Font Color

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

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


#cd14ad Background Color

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

This div background color is #cd14ad


#cd14ad Border Color

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

This div border color is #cd14ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd14ad


Comments

No comments written yet.

Please login to write comment.