Color Hex Logo

#cd586a Color Hex

#CD586A
(205,88,106)
0 Favorites   0 Comments

Color spaces of #cd586a

RGB 20588106
HSL0.970.540.57
HSV351°57°80°
CMYK 0.000.570.48   0.20
XYZ31.268120.999216.0409
Yxy20.99920.45780.3074
Hunter Lab45.824941.603911.3231
CIE-Lab52.948647.970813.2472

#cd586a color RGB value is (205,88,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011000 01101010
Octal 315 130 152
Decimal 205 88 106
Hex CD 58 6A

RGB Percentages of Color #cd586a

%51.38
%22.06
%26.57

CMYK Percentages of Color #cd586a

%0
%57
%48
%20

Triadic Colors of #cd586a

#cd586a #6acd58 #586acd

Analogous Colors of #cd586a

#cd586a #cd8158 #cd58a5

Monochromatic Colors of #cd586a

#cd586a

Complementary Color

#cd586a #58cdbb

#cd586a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd586a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd586a Color CSS Codes

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

#cd586a Text Font Color

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

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


#cd586a Background Color

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

This div background color is #cd586a


#cd586a Border Color

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

This div border color is #cd586a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd586a


Comments

No comments written yet.

Please login to write comment.