Color Hex Logo

#e0022b Color Hex

#E0022B
(224,2,43)
0 Favorites   0 Comments

Color spaces of #e0022b

RGB 224243
HSL0.970.980.44
HSV349°99°88°
CMYK 0.000.990.81   0.12
XYZ31.198216.06513.7420
Yxy16.06510.61170.3150
Hunter Lab40.081368.797322.5216
CIE-Lab47.059873.096343.6991

#e0022b color RGB value is (224,2,43).

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

The process color (four color CMYK) of #e0022b color hex is 0.00, 0.99, 0.81, 0.12. Web safe color of #e0022b is #cc0033. Color #e0022b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000010 00101011
Octal 340 2 53
Decimal 224 2 43
Hex E0 2 2B

RGB Percentages of Color #e0022b

%83.27
%0.74
%15.99

CMYK Percentages of Color #e0022b

%0
%99
%81
%12

Triadic Colors of #e0022b

#e0022b #2be002 #022be0

Analogous Colors of #e0022b

#e0022b #e04802 #e0029a

Monochromatic Colors of #e0022b

#e0022b

Complementary Color

#e0022b #02e0b7

#e0022b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0022b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0022b Color CSS Codes

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

#e0022b Text Font Color

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

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


#e0022b Background Color

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

This div background color is #e0022b


#e0022b Border Color

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

This div border color is #e0022b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,2,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 #e0022b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0022b


Comments

No comments written yet.

Please login to write comment.