Color Hex Logo

#e8134f Color Hex

#E8134F
(232,19,79)
0 Favorites   0 Comments

Color spaces of #e8134f

RGB 2321979
HSL0.950.850.49
HSV343°92°91°
CMYK 0.000.920.66   0.09
XYZ34.922918.18619.0668
Yxy18.18610.56170.2925
Hunter Lab42.645271.547917.2460
CIE-Lab49.721174.838525.9759

#e8134f color RGB value is (232,19,79).

#e8134f hex color red value is 232, green value is 19 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #e8134f hue: 0.95 , saturation: 0.85 and the lightness value of e8134f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00010011 01001111
Octal 350 23 117
Decimal 232 19 79
Hex E8 13 4F

RGB Percentages of Color #e8134f

%70.30
%5.76
%23.94

CMYK Percentages of Color #e8134f

%0
%92
%66
%9

Triadic Colors of #e8134f

#e8134f #4fe813 #134fe8

Analogous Colors of #e8134f

#e8134f #e84213 #e813ba

Monochromatic Colors of #e8134f

#e8134f

Complementary Color

#e8134f #13e8ac

#e8134f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8134f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8134f Color CSS Codes

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

#e8134f Text Font Color

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

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


#e8134f Background Color

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

This div background color is #e8134f


#e8134f Border Color

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

This div border color is #e8134f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,19,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e8134f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8134f


Comments

No comments written yet.

Please login to write comment.