Color Hex Logo

#e8272a Color Hex

#E8272A
(232,39,42)
0 Favorites   0 Comments

Color spaces of #e8272a

RGB 2323942
HSL1.000.810.53
HSV359°83°91°
CMYK 0.000.830.82   0.09
XYZ34.422118.77404.0000
Yxy18.77400.60180.3282
Hunter Lab43.329065.981124.8568
CIE-Lab50.421770.098348.0343

#e8272a color RGB value is (232,39,42).

#e8272a hex color red value is 232, green value is 39 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #e8272a hue: 1.00 , saturation: 0.81 and the lightness value of e8272a is 0.53.

The process color (four color CMYK) of #e8272a color hex is 0.00, 0.83, 0.82, 0.09. Web safe color of #e8272a is #ff3333. Color #e8272a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00100111 00101010
Octal 350 47 52
Decimal 232 39 42
Hex E8 27 2A

RGB Percentages of Color #e8272a

%74.12
%12.46
%13.42

CMYK Percentages of Color #e8272a

%0
%83
%82
%9

Triadic Colors of #e8272a

#e8272a #2ae827 #272ae8

Analogous Colors of #e8272a

#e8272a #e88527 #e8278b

Monochromatic Colors of #e8272a

#e8272a

Complementary Color

#e8272a #27e8e5

#e8272a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8272a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8272a Color CSS Codes

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

#e8272a Text Font Color

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

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


#e8272a Background Color

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

This div background color is #e8272a


#e8272a Border Color

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

This div border color is #e8272a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8272a


Comments

No comments written yet.

Please login to write comment.