Color Hex Logo

#e8232b Color Hex

#E8232B
(232,35,43)
0 Favorites   0 Comments

Color spaces of #e8232b

RGB 2323543
HSL0.990.810.52
HSV358°85°91°
CMYK 0.000.850.81   0.09
XYZ34.315818.53234.0539
Yxy18.53230.60310.3257
Hunter Lab43.049266.951824.5511
CIE-Lab50.135570.965047.2434

#e8232b color RGB value is (232,35,43).

#e8232b hex color red value is 232, green value is 35 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #e8232b hue: 0.99 , saturation: 0.81 and the lightness value of e8232b is 0.52.

The process color (four color CMYK) of #e8232b color hex is 0.00, 0.85, 0.81, 0.09. Web safe color of #e8232b is #ff3333. Color #e8232b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00100011 00101011
Octal 350 43 53
Decimal 232 35 43
Hex E8 23 2B

RGB Percentages of Color #e8232b

%74.84
%11.29
%13.87

CMYK Percentages of Color #e8232b

%0
%85
%81
%9

Triadic Colors of #e8232b

#e8232b #2be823 #232be8

Analogous Colors of #e8232b

#e8232b #e87e23 #e8238e

Monochromatic Colors of #e8232b

#e8232b

Complementary Color

#e8232b #23e8e0

#e8232b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8232b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8232b Color CSS Codes

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

#e8232b Text Font Color

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

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


#e8232b Background Color

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

This div background color is #e8232b


#e8232b Border Color

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

This div border color is #e8232b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8232b


Comments

No comments written yet.

Please login to write comment.