Color Hex Logo

#e90b20 Color Hex

#E90B20
(233,11,32)
0 Favorites   0 Comments

Color spaces of #e90b20

RGB 2331132
HSL0.980.910.48
HSV354°95°91°
CMYK 0.000.950.86   0.09
XYZ33.984717.66732.9854
Yxy17.66730.62200.3234
Hunter Lab42.032570.766525.2116
CIE-Lab49.090174.322251.9159

#e90b20 color RGB value is (233,11,32).

#e90b20 hex color red value is 233, green value is 11 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #e90b20 hue: 0.98 , saturation: 0.91 and the lightness value of e90b20 is 0.48.

The process color (four color CMYK) of #e90b20 color hex is 0.00, 0.95, 0.86, 0.09. Web safe color of #e90b20 is #ff0033. Color #e90b20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00001011 00100000
Octal 351 13 40
Decimal 233 11 32
Hex E9 B 20

RGB Percentages of Color #e90b20

%84.42
%3.99
%11.59

CMYK Percentages of Color #e90b20

%0
%95
%86
%9

Triadic Colors of #e90b20

#e90b20 #20e90b #0b20e9

Analogous Colors of #e90b20

#e90b20 #e9650b #e90b8f

Monochromatic Colors of #e90b20

#e90b20

Complementary Color

#e90b20 #0be9d4

#e90b20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e90b20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e90b20 Color CSS Codes

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

#e90b20 Text Font Color

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

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


#e90b20 Background Color

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

This div background color is #e90b20


#e90b20 Border Color

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

This div border color is #e90b20


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,11,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e90b20; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e90b20;
  -webkit-box-shadow: 1px 1px 3px 2px #e90b20;
  box-shadow:         1px 1px 3px 2px #e90b20; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e90b20


Comments

No comments written yet.

Please login to write comment.