Color Hex Logo

#d5577e Color Hex

#D5577E
(213,87,126)
0 Favorites   0 Comments

Color spaces of #d5577e

RGB 21387126
HSL0.950.600.59
HSV341°59°84°
CMYK 0.000.590.41   0.16
XYZ34.614722.468922.2512
Yxy22.46890.43630.2832
Hunter Lab47.401447.39675.3490
CIE-Lab54.521053.09243.7837

#d5577e color RGB value is (213,87,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010111 01111110
Octal 325 127 176
Decimal 213 87 126
Hex D5 57 7E

RGB Percentages of Color #d5577e

%50.00
%20.42
%29.58

CMYK Percentages of Color #d5577e

%0
%59
%41
%16

Triadic Colors of #d5577e

#d5577e #7ed557 #577ed5

Analogous Colors of #d5577e

#d5577e #d56f57 #d557bd

Monochromatic Colors of #d5577e

#d5577e

Complementary Color

#d5577e #57d5ae

#d5577e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5577e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5577e Color CSS Codes

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

#d5577e Text Font Color

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

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


#d5577e Background Color

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

This div background color is #d5577e


#d5577e Border Color

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

This div border color is #d5577e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5577e


Comments

No comments written yet.

Please login to write comment.