Color Hex Logo

#cd598f Color Hex

#CD598F
(205,89,143)
0 Favorites   0 Comments

Color spaces of #cd598f

RGB 20589143
HSL0.920.540.58
HSV332°57°80°
CMYK 0.000.570.30   0.20
XYZ33.707122.107128.4771
Yxy22.10710.39990.2623
Hunter Lab47.018245.6839-2.9969
CIE-Lab54.140551.5844-6.9696

#cd598f color RGB value is (205,89,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011001 10001111
Octal 315 131 217
Decimal 205 89 143
Hex CD 59 8F

RGB Percentages of Color #cd598f

%46.91
%20.37
%32.72

CMYK Percentages of Color #cd598f

%0
%57
%30
%20

Triadic Colors of #cd598f

#cd598f #8fcd59 #598fcd

Analogous Colors of #cd598f

#cd598f #cd5d59 #cd59c9

Monochromatic Colors of #cd598f

#cd598f

Complementary Color

#cd598f #59cd97

#cd598f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd598f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd598f Color CSS Codes

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

#cd598f Text Font Color

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

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


#cd598f Background Color

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

This div background color is #cd598f


#cd598f Border Color

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

This div border color is #cd598f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd598f


Comments

No comments written yet.

Please login to write comment.