Color Hex Logo

#d5575b Color Hex

#D5575B
(213,87,91)
0 Favorites   0 Comments

Color spaces of #d5575b

RGB 2138791
HSL0.990.600.59
HSV358°59°84°
CMYK 0.000.590.57   0.16
XYZ32.737121.717912.3641
Yxy21.71790.48990.3250
Hunter Lab46.602543.837616.8915
CIE-Lab53.726449.941123.3684

#d5575b color RGB value is (213,87,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010111 01011011
Octal 325 127 133
Decimal 213 87 91
Hex D5 57 5B

RGB Percentages of Color #d5575b

%54.48
%22.25
%23.27

CMYK Percentages of Color #d5575b

%0
%59
%57
%16

Triadic Colors of #d5575b

#d5575b #5bd557 #575bd5

Analogous Colors of #d5575b

#d5575b #d59257 #d5579a

Monochromatic Colors of #d5575b

#d5575b

Complementary Color

#d5575b #57d5d1

#d5575b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5575b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5575b Color CSS Codes

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

#d5575b Text Font Color

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

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


#d5575b Background Color

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

This div background color is #d5575b


#d5575b Border Color

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

This div border color is #d5575b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5575b


Comments

No comments written yet.

Please login to write comment.