Color Hex Logo

#e90f0b Color Hex

#E90F0B
(233,15,11)
0 Favorites   0 Comments

Color spaces of #e90f0b

RGB 2331511
HSL0.000.910.48
HSV95°91°
CMYK 0.000.940.95   0.09
XYZ33.835517.68941.9477
Yxy17.68940.63280.3308
Hunter Lab42.058869.997126.6955
CIE-Lab49.117273.685259.9651

#e90f0b color RGB value is (233,15,11).

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

The process color (four color CMYK) of #e90f0b color hex is 0.00, 0.94, 0.95, 0.09. Web safe color of #e90f0b is #ff0000. Color #e90f0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00001111 00001011
Octal 351 17 13
Decimal 233 15 11
Hex E9 F B

RGB Percentages of Color #e90f0b

%89.96
%5.79
%4.25

CMYK Percentages of Color #e90f0b

%0
%94
%95
%9

Triadic Colors of #e90f0b

#e90f0b #0be90f #0f0be9

Analogous Colors of #e90f0b

#e90f0b #e97e0b #e90b76

Monochromatic Colors of #e90f0b

#e90f0b

Complementary Color

#e90f0b #0be5e9

#e90f0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e90f0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e90f0b Color CSS Codes

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

#e90f0b Text Font Color

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

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


#e90f0b Background Color

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

This div background color is #e90f0b


#e90f0b Border Color

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

This div border color is #e90f0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e90f0b


Comments

No comments written yet.

Please login to write comment.