Color Hex Logo

#e80227 Color Hex

#E80227
(232,2,39)
0 Favorites   0 Comments

Color spaces of #e80227

RGB 232239
HSL0.970.980.46
HSV350°99°91°
CMYK 0.000.990.83   0.09
XYZ33.666617.34573.4931
Yxy17.34570.61770.3182
Hunter Lab41.648271.407524.1810
CIE-Lab48.692774.924347.9894

#e80227 color RGB value is (232,2,39).

#e80227 hex color red value is 232, green value is 2 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #e80227 hue: 0.97 , saturation: 0.98 and the lightness value of e80227 is 0.46.

The process color (four color CMYK) of #e80227 color hex is 0.00, 0.99, 0.83, 0.09. Web safe color of #e80227 is #ff0033. Color #e80227 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00000010 00100111
Octal 350 2 47
Decimal 232 2 39
Hex E8 2 27

RGB Percentages of Color #e80227

%84.98
%0.73
%14.29

CMYK Percentages of Color #e80227

%0
%99
%83
%9

Triadic Colors of #e80227

#e80227 #27e802 #0227e8

Analogous Colors of #e80227

#e80227 #e85002 #e8029a

Monochromatic Colors of #e80227

#e80227

Complementary Color

#e80227 #02e8c3

#e80227 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80227 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80227 Color CSS Codes

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

#e80227 Text Font Color

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

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


#e80227 Background Color

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

This div background color is #e80227


#e80227 Border Color

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

This div border color is #e80227


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80227


Comments

No comments written yet.

Please login to write comment.