Color Hex Logo

#e8155b Color Hex

#E8155B
(232,21,91)
0 Favorites   0 Comments

Color spaces of #e8155b

RGB 2322191
HSL0.940.830.50
HSV340°91°91°
CMYK 0.000.910.61   0.09
XYZ35.435218.447511.5906
Yxy18.44750.54120.2818
Hunter Lab42.950672.103214.0654
CIE-Lab50.034475.230419.0662

#e8155b color RGB value is (232,21,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00010101 01011011
Octal 350 25 133
Decimal 232 21 91
Hex E8 15 5B

RGB Percentages of Color #e8155b

%67.44
%6.10
%26.45

CMYK Percentages of Color #e8155b

%0
%91
%61
%9

Triadic Colors of #e8155b

#e8155b #5be815 #155be8

Analogous Colors of #e8155b

#e8155b #e83915 #e815c5

Monochromatic Colors of #e8155b

#e8155b

Complementary Color

#e8155b #15e8a2

#e8155b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8155b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8155b Color CSS Codes

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

#e8155b Text Font Color

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

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


#e8155b Background Color

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

This div background color is #e8155b


#e8155b Border Color

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

This div border color is #e8155b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8155b


Comments

No comments written yet.

Please login to write comment.