Color Hex Logo

#cd595d Color Hex

#CD595D
(205,89,93)
0 Favorites   0 Comments

Color spaces of #cd595d

RGB 2058993
HSL0.990.540.58
HSV358°57°80°
CMYK 0.000.570.55   0.20
XYZ30.725020.914212.7734
Yxy20.91420.47700.3247
Hunter Lab45.732039.893915.4522
CIE-Lab52.855546.362220.8097

#cd595d color RGB value is (205,89,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011001 01011101
Octal 315 131 135
Decimal 205 89 93
Hex CD 59 5D

RGB Percentages of Color #cd595d

%52.97
%23.00
%24.03

CMYK Percentages of Color #cd595d

%0
%57
%55
%20

Triadic Colors of #cd595d

#cd595d #5dcd59 #595dcd

Analogous Colors of #cd595d

#cd595d #cd8f59 #cd5997

Monochromatic Colors of #cd595d

#cd595d

Complementary Color

#cd595d #59cdc9

#cd595d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd595d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd595d Color CSS Codes

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

#cd595d Text Font Color

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

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


#cd595d Background Color

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

This div background color is #cd595d


#cd595d Border Color

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

This div border color is #cd595d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd595d


Comments

No comments written yet.

Please login to write comment.