Color Hex Logo

#cd587d Color Hex

#CD587D
(205,88,125)
2 Favorites   0 Comments

Color spaces of #cd587d

RGB 20588125
HSL0.950.540.57
HSV341°57°80°
CMYK 0.000.570.39   0.20
XYZ32.368221.439321.8342
Yxy21.43930.42790.2834
Hunter Lab46.302643.75234.4533
CIE-Lab53.427049.91032.6379

#cd587d color RGB value is (205,88,125).

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

The process color (four color CMYK) of #cd587d color hex is 0.00, 0.57, 0.39, 0.20. Web safe color of #cd587d is #cc6666. Color #cd587d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011000 01111101
Octal 315 130 175
Decimal 205 88 125
Hex CD 58 7D

RGB Percentages of Color #cd587d

%49.04
%21.05
%29.90

CMYK Percentages of Color #cd587d

%0
%57
%39
%20

Triadic Colors of #cd587d

#cd587d #7dcd58 #587dcd

Analogous Colors of #cd587d

#cd587d #cd6e58 #cd58b8

Monochromatic Colors of #cd587d

#cd587d

Complementary Color

#cd587d #58cda8

#cd587d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd587d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd587d Color CSS Codes

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

#cd587d Text Font Color

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

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


#cd587d Background Color

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

This div background color is #cd587d


#cd587d Border Color

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

This div border color is #cd587d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd587d


Comments

No comments written yet.

Please login to write comment.