Color Hex Logo

#e8414b Color Hex

#E8414B
(232,65,75)
0 Favorites   0 Comments

Color spaces of #e8414b

RGB 2326575
HSL0.990.780.58
HSV356°72°91°
CMYK 0.000.720.68   0.09
XYZ36.439021.44448.8752
Yxy21.44440.54580.3212
Hunter Lab46.308159.419221.0524
CIE-Lab53.432563.950132.9945

#e8414b color RGB value is (232,65,75).

#e8414b hex color red value is 232, green value is 65 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #e8414b hue: 0.99 , saturation: 0.78 and the lightness value of e8414b is 0.58.

The process color (four color CMYK) of #e8414b color hex is 0.00, 0.72, 0.68, 0.09. Web safe color of #e8414b is #ff3333. Color #e8414b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01000001 01001011
Octal 350 101 113
Decimal 232 65 75
Hex E8 41 4B

RGB Percentages of Color #e8414b

%62.37
%17.47
%20.16

CMYK Percentages of Color #e8414b

%0
%72
%68
%9

Triadic Colors of #e8414b

#e8414b #4be841 #414be8

Analogous Colors of #e8414b

#e8414b #e88b41 #e8419f

Monochromatic Colors of #e8414b

#e8414b

Complementary Color

#e8414b #41e8de

#e8414b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8414b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8414b Color CSS Codes

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

#e8414b Text Font Color

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

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


#e8414b Background Color

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

This div background color is #e8414b


#e8414b Border Color

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

This div border color is #e8414b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8414b


Comments

No comments written yet.

Please login to write comment.