Color Hex Logo

#e8125b Color Hex

#E8125B
(232,18,91)
0 Favorites   0 Comments

Color spaces of #e8125b

RGB 2321891
HSL0.940.860.49
HSV340°92°91°
CMYK 0.000.920.61   0.09
XYZ35.383318.343711.5733
Yxy18.34370.54190.2809
Hunter Lab42.829572.514713.9595
CIE-Lab49.910475.589518.8995

#e8125b color RGB value is (232,18,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00010010 01011011
Octal 350 22 133
Decimal 232 18 91
Hex E8 12 5B

RGB Percentages of Color #e8125b

%68.04
%5.28
%26.69

CMYK Percentages of Color #e8125b

%0
%92
%61
%9

Triadic Colors of #e8125b

#e8125b #5be812 #125be8

Analogous Colors of #e8125b

#e8125b #e83412 #e812c6

Monochromatic Colors of #e8125b

#e8125b

Complementary Color

#e8125b #12e89f

#e8125b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8125b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8125b Color CSS Codes

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

#e8125b Text Font Color

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

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


#e8125b Background Color

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

This div background color is #e8125b


#e8125b Border Color

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

This div border color is #e8125b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8125b


Comments

No comments written yet.

Please login to write comment.