Color Hex Logo

#e8155c Color Hex

#E8155C
(232,21,92)
0 Favorites   0 Comments

Color spaces of #e8155c

RGB 2322192
HSL0.940.830.50
HSV340°91°91°
CMYK 0.000.910.60   0.09
XYZ35.478618.464811.8194
Yxy18.46480.53950.2808
Hunter Lab42.970772.179213.7713
CIE-Lab50.055175.288318.4822

#e8155c color RGB value is (232,21,92).

#e8155c hex color red value is 232, green value is 21 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #e8155c hue: 0.94 , saturation: 0.83 and the lightness value of e8155c is 0.50.

The process color (four color CMYK) of #e8155c color hex is 0.00, 0.91, 0.60, 0.09. Web safe color of #e8155c is #ff0066. Color #e8155c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00010101 01011100
Octal 350 25 134
Decimal 232 21 92
Hex E8 15 5C

RGB Percentages of Color #e8155c

%67.25
%6.09
%26.67

CMYK Percentages of Color #e8155c

%0
%91
%60
%9

Triadic Colors of #e8155c

#e8155c #5ce815 #155ce8

Analogous Colors of #e8155c

#e8155c #e83815 #e815c6

Monochromatic Colors of #e8155c

#e8155c

Complementary Color

#e8155c #15e8a1

#e8155c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8155c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8155c Color CSS Codes

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

#e8155c Text Font Color

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

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


#e8155c Background Color

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

This div background color is #e8155c


#e8155c Border Color

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

This div border color is #e8155c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8155c


Comments

No comments written yet.

Please login to write comment.