Color Hex Logo

#d5576f Color Hex

#D5576F
(213,87,111)
0 Favorites   0 Comments

Color spaces of #d5576f

RGB 21387111
HSL0.970.600.59
HSV349°59°84°
CMYK 0.000.590.48   0.16
XYZ33.718022.110217.5295
Yxy22.11020.45960.3014
Hunter Lab47.021545.710610.8119
CIE-Lab54.143751.608412.1364

#d5576f color RGB value is (213,87,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010111 01101111
Octal 325 127 157
Decimal 213 87 111
Hex D5 57 6F

RGB Percentages of Color #d5576f

%51.82
%21.17
%27.01

CMYK Percentages of Color #d5576f

%0
%59
%48
%16

Triadic Colors of #d5576f

#d5576f #6fd557 #576fd5

Analogous Colors of #d5576f

#d5576f #d57e57 #d557ae

Monochromatic Colors of #d5576f

#d5576f

Complementary Color

#d5576f #57d5bd

#d5576f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5576f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5576f Color CSS Codes

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

#d5576f Text Font Color

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

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


#d5576f Background Color

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

This div background color is #d5576f


#d5576f Border Color

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

This div border color is #d5576f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5576f


Comments

No comments written yet.

Please login to write comment.