Color Hex Logo

#cd586e Color Hex

#CD586E
(205,88,110)
0 Favorites   0 Comments

Color spaces of #cd586e

RGB 20588110
HSL0.970.540.57
HSV349°57°80°
CMYK 0.000.570.46   0.20
XYZ31.481021.084417.1623
Yxy21.08440.45150.3024
Hunter Lab45.917842.02279.9821
CIE-Lab53.041748.351011.0015

#cd586e color RGB value is (205,88,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011000 01101110
Octal 315 130 156
Decimal 205 88 110
Hex CD 58 6E

RGB Percentages of Color #cd586e

%50.87
%21.84
%27.30

CMYK Percentages of Color #cd586e

%0
%57
%46
%20

Triadic Colors of #cd586e

#cd586e #6ecd58 #586ecd

Analogous Colors of #cd586e

#cd586e #cd7d58 #cd58a9

Monochromatic Colors of #cd586e

#cd586e

Complementary Color

#cd586e #58cdb7

#cd586e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd586e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd586e Color CSS Codes

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

#cd586e Text Font Color

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

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


#cd586e Background Color

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

This div background color is #cd586e


#cd586e Border Color

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

This div border color is #cd586e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd586e


Comments

No comments written yet.

Please login to write comment.