Color Hex Logo

#cd5770 Color Hex

#CD5770
(205,87,112)
0 Favorites   0 Comments

Color spaces of #cd5770

RGB 20587112
HSL0.960.540.57
HSV347°58°80°
CMYK 0.000.580.45   0.20
XYZ31.509720.965417.7152
Yxy20.96540.44890.2987
Hunter Lab45.788042.70859.1125
CIE-Lab52.911649.01709.6292

#cd5770 color RGB value is (205,87,112).

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

The process color (four color CMYK) of #cd5770 color hex is 0.00, 0.58, 0.45, 0.20. Web safe color of #cd5770 is #cc6666. Color #cd5770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010111 01110000
Octal 315 127 160
Decimal 205 87 112
Hex CD 57 70

RGB Percentages of Color #cd5770

%50.74
%21.53
%27.72

CMYK Percentages of Color #cd5770

%0
%58
%45
%20

Triadic Colors of #cd5770

#cd5770 #70cd57 #5770cd

Analogous Colors of #cd5770

#cd5770 #cd7957 #cd57ab

Monochromatic Colors of #cd5770

#cd5770

Complementary Color

#cd5770 #57cdb4

#cd5770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd5770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd5770 Color CSS Codes

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

#cd5770 Text Font Color

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

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


#cd5770 Background Color

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

This div background color is #cd5770


#cd5770 Border Color

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

This div border color is #cd5770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd5770


Comments

No comments written yet.

Please login to write comment.