Color Hex Logo

#cd598d Color Hex

#CD598D
(205,89,141)
0 Favorites   0 Comments

Color spaces of #cd598d

RGB 20589141
HSL0.930.540.58
HSV333°57°80°
CMYK 0.000.570.31   0.20
XYZ33.556922.047027.6861
Yxy22.04700.40290.2647
Hunter Lab46.954245.3991-2.0918
CIE-Lab54.076851.3321-5.8839

#cd598d color RGB value is (205,89,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011001 10001101
Octal 315 131 215
Decimal 205 89 141
Hex CD 59 8D

RGB Percentages of Color #cd598d

%47.13
%20.46
%32.41

CMYK Percentages of Color #cd598d

%0
%57
%31
%20

Triadic Colors of #cd598d

#cd598d #8dcd59 #598dcd

Analogous Colors of #cd598d

#cd598d #cd5f59 #cd59c7

Monochromatic Colors of #cd598d

#cd598d

Complementary Color

#cd598d #59cd99

#cd598d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd598d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd598d Color CSS Codes

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

#cd598d Text Font Color

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

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


#cd598d Background Color

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

This div background color is #cd598d


#cd598d Border Color

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

This div border color is #cd598d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd598d


Comments

No comments written yet.

Please login to write comment.