Color Hex Logo

#cd57ad Color Hex

#CD57AD
(205,87,173)
0 Favorites   0 Comments

Color spaces of #cd57ad

RGB 20587173
HSL0.880.540.57
HSV316°58°80°
CMYK 0.000.580.16   0.20
XYZ36.127922.812742.0343
Yxy22.81270.35780.2259
Hunter Lab47.762651.4337-18.7453
CIE-Lab54.878956.6789-23.4229

#cd57ad color RGB value is (205,87,173).

#cd57ad hex color red value is 205, green value is 87 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cd57ad hue: 0.88 , saturation: 0.54 and the lightness value of cd57ad is 0.57.

The process color (four color CMYK) of #cd57ad color hex is 0.00, 0.58, 0.16, 0.20. Web safe color of #cd57ad is #cc6699. Color #cd57ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010111 10101101
Octal 315 127 255
Decimal 205 87 173
Hex CD 57 AD

RGB Percentages of Color #cd57ad

%44.09
%18.71
%37.20

CMYK Percentages of Color #cd57ad

%0
%58
%16
%20

Triadic Colors of #cd57ad

#cd57ad #adcd57 #57adcd

Analogous Colors of #cd57ad

#cd57ad #cd5772 #b257cd

Monochromatic Colors of #cd57ad

#cd57ad

Complementary Color

#cd57ad #57cd77

#cd57ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd57ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd57ad Color CSS Codes

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

#cd57ad Text Font Color

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

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


#cd57ad Background Color

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

This div background color is #cd57ad


#cd57ad Border Color

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

This div border color is #cd57ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd57ad


Comments

No comments written yet.

Please login to write comment.