Color Hex Logo

#e5575c Color Hex

#E5575C
(229,87,92)
0 Favorites   0 Comments

Color spaces of #e5575c

RGB 2298792
HSL0.990.730.62
HSV358°62°90°
CMYK 0.000.620.60   0.10
XYZ37.653124.247112.8208
Yxy24.24710.50390.3245
Hunter Lab49.241350.320219.0318
CIE-Lab56.334455.432126.6868

#e5575c color RGB value is (229,87,92).

#e5575c hex color red value is 229, green value is 87 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #e5575c hue: 0.99 , saturation: 0.73 and the lightness value of e5575c is 0.62.

The process color (four color CMYK) of #e5575c color hex is 0.00, 0.62, 0.60, 0.10. Web safe color of #e5575c is #cc6666. Color #e5575c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010111 01011100
Octal 345 127 134
Decimal 229 87 92
Hex E5 57 5C

RGB Percentages of Color #e5575c

%56.13
%21.32
%22.55

CMYK Percentages of Color #e5575c

%0
%62
%60
%10

Triadic Colors of #e5575c

#e5575c #5ce557 #575ce5

Analogous Colors of #e5575c

#e5575c #e59957 #e557a3

Monochromatic Colors of #e5575c

#e5575c

Complementary Color

#e5575c #57e5e0

#e5575c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5575c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5575c Color CSS Codes

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

#e5575c Text Font Color

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

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


#e5575c Background Color

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

This div background color is #e5575c


#e5575c Border Color

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

This div border color is #e5575c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5575c


Comments

No comments written yet.

Please login to write comment.