Color Hex Logo

#cd587b Color Hex

#CD587B
(205,88,123)
0 Favorites   0 Comments

Color spaces of #cd587b

RGB 20588123
HSL0.950.540.57
HSV342°57°80°
CMYK 0.000.570.40   0.20
XYZ32.241721.388621.1680
Yxy21.38860.43100.2860
Hunter Lab46.247843.50785.2360
CIE-Lab53.372249.69093.7464

#cd587b color RGB value is (205,88,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011000 01111011
Octal 315 130 173
Decimal 205 88 123
Hex CD 58 7B

RGB Percentages of Color #cd587b

%49.28
%21.15
%29.57

CMYK Percentages of Color #cd587b

%0
%57
%40
%20

Triadic Colors of #cd587b

#cd587b #7bcd58 #587bcd

Analogous Colors of #cd587b

#cd587b #cd7058 #cd58b6

Monochromatic Colors of #cd587b

#cd587b

Complementary Color

#cd587b #58cdaa

#cd587b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd587b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd587b Color CSS Codes

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

#cd587b Text Font Color

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

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


#cd587b Background Color

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

This div background color is #cd587b


#cd587b Border Color

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

This div border color is #cd587b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd587b


Comments

No comments written yet.

Please login to write comment.