Color Hex Logo

#d5577c Color Hex

#D5577C
(213,87,124)
0 Favorites   0 Comments

Color spaces of #d5577c

RGB 21387124
HSL0.950.600.59
HSV342°59°84°
CMYK 0.000.590.42   0.16
XYZ34.486922.417821.5782
Yxy22.41780.43940.2856
Hunter Lab47.347447.15776.1223
CIE-Lab54.467552.88314.8913

#d5577c color RGB value is (213,87,124).

#d5577c hex color red value is 213, green value is 87 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #d5577c hue: 0.95 , saturation: 0.60 and the lightness value of d5577c is 0.59.

The process color (four color CMYK) of #d5577c color hex is 0.00, 0.59, 0.42, 0.16. Web safe color of #d5577c is #cc6666. Color #d5577c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010111 01111100
Octal 325 127 174
Decimal 213 87 124
Hex D5 57 7C

RGB Percentages of Color #d5577c

%50.24
%20.52
%29.25

CMYK Percentages of Color #d5577c

%0
%59
%42
%16

Triadic Colors of #d5577c

#d5577c #7cd557 #577cd5

Analogous Colors of #d5577c

#d5577c #d57157 #d557bb

Monochromatic Colors of #d5577c

#d5577c

Complementary Color

#d5577c #57d5b0

#d5577c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5577c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5577c Color CSS Codes

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

#d5577c Text Font Color

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

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


#d5577c Background Color

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

This div background color is #d5577c


#d5577c Border Color

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

This div border color is #d5577c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5577c


Comments

No comments written yet.

Please login to write comment.