Color Hex Logo

#cd599d Color Hex

#CD599D
(205,89,157)
0 Favorites   0 Comments

Color spaces of #cd599d

RGB 20589157
HSL0.900.540.58
HSV325°57°80°
CMYK 0.000.570.23   0.20
XYZ34.835022.558234.4165
Yxy22.55820.37940.2457
Hunter Lab47.495547.8017-9.7163
CIE-Lab54.614353.4462-14.4894

#cd599d color RGB value is (205,89,157).

#cd599d hex color red value is 205, green value is 89 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #cd599d hue: 0.90 , saturation: 0.54 and the lightness value of cd599d is 0.58.

The process color (four color CMYK) of #cd599d color hex is 0.00, 0.57, 0.23, 0.20. Web safe color of #cd599d is #cc6699. Color #cd599d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011001 10011101
Octal 315 131 235
Decimal 205 89 157
Hex CD 59 9D

RGB Percentages of Color #cd599d

%45.45
%19.73
%34.81

CMYK Percentages of Color #cd599d

%0
%57
%23
%20

Triadic Colors of #cd599d

#cd599d #9dcd59 #599dcd

Analogous Colors of #cd599d

#cd599d #cd5963 #c359cd

Monochromatic Colors of #cd599d

#cd599d

Complementary Color

#cd599d #59cd89

#cd599d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd599d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd599d Color CSS Codes

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

#cd599d Text Font Color

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

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


#cd599d Background Color

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

This div background color is #cd599d


#cd599d Border Color

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

This div border color is #cd599d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd599d


Comments

No comments written yet.

Please login to write comment.