Color Hex Logo

#e8515c Color Hex

#E8515C
(232,81,92)
0 Favorites   0 Comments

Color spaces of #e8515c

RGB 2328192
HSL0.990.770.61
HSV356°65°91°
CMYK 0.000.650.60   0.09
XYZ38.152923.813412.7108
Yxy23.81340.51090.3189
Hunter Lab48.799054.159918.7159
CIE-Lab55.900558.919926.2199

#e8515c color RGB value is (232,81,92).

#e8515c hex color red value is 232, green value is 81 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #e8515c hue: 0.99 , saturation: 0.77 and the lightness value of e8515c is 0.61.

The process color (four color CMYK) of #e8515c color hex is 0.00, 0.65, 0.60, 0.09. Web safe color of #e8515c is #ff6666. Color #e8515c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010001 01011100
Octal 350 121 134
Decimal 232 81 92
Hex E8 51 5C

RGB Percentages of Color #e8515c

%57.28
%20.00
%22.72

CMYK Percentages of Color #e8515c

%0
%65
%60
%9

Triadic Colors of #e8515c

#e8515c #5ce851 #515ce8

Analogous Colors of #e8515c

#e8515c #e89251 #e851a8

Monochromatic Colors of #e8515c

#e8515c

Complementary Color

#e8515c #51e8dd

#e8515c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8515c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8515c Color CSS Codes

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

#e8515c Text Font Color

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

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


#e8515c Background Color

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

This div background color is #e8515c


#e8515c Border Color

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

This div border color is #e8515c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,81,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 #e8515c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8515c


Comments

No comments written yet.

Please login to write comment.