Color Hex Logo

#e8015b Color Hex

#E8015B
(232,1,91)
0 Favorites   0 Comments

Color spaces of #e8015b

RGB 232191
HSL0.940.990.46
HSV337°100°91°
CMYK 0.001.000.61   0.09
XYZ35.177917.932811.5048
Yxy17.93280.54440.2775
Hunter Lab42.347174.173013.5352
CIE-Lab49.414577.029418.2319

#e8015b color RGB value is (232,1,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00000001 01011011
Octal 350 1 133
Decimal 232 1 91
Hex E8 1 5B

RGB Percentages of Color #e8015b

%71.60
%0.31
%28.09

CMYK Percentages of Color #e8015b

%0
%100
%61
%9

Triadic Colors of #e8015b

#e8015b #5be801 #015be8

Analogous Colors of #e8015b

#e8015b #e81b01 #e801cf

Monochromatic Colors of #e8015b

#e8015b

Complementary Color

#e8015b #01e88e

#e8015b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8015b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8015b Color CSS Codes

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

#e8015b Text Font Color

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

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


#e8015b Background Color

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

This div background color is #e8015b


#e8015b Border Color

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

This div border color is #e8015b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8015b


Comments

No comments written yet.

Please login to write comment.