Color Hex Logo

#e90720 Color Hex

#E90720
(233,7,32)
0 Favorites   0 Comments

Color spaces of #e90720

RGB 233732
HSL0.980.940.47
HSV353°97°91°
CMYK 0.000.970.86   0.09
XYZ33.941017.57992.9709
Yxy17.57990.62290.3226
Hunter Lab41.928471.120925.1488
CIE-Lab48.982674.633551.8283

#e90720 color RGB value is (233,7,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00000111 00100000
Octal 351 7 40
Decimal 233 7 32
Hex E9 7 20

RGB Percentages of Color #e90720

%85.66
%2.57
%11.76

CMYK Percentages of Color #e90720

%0
%97
%86
%9

Triadic Colors of #e90720

#e90720 #20e907 #0720e9

Analogous Colors of #e90720

#e90720 #e95f07 #e90791

Monochromatic Colors of #e90720

#e90720

Complementary Color

#e90720 #07e9d0

#e90720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e90720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e90720 Color CSS Codes

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

#e90720 Text Font Color

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

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


#e90720 Background Color

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

This div background color is #e90720


#e90720 Border Color

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

This div border color is #e90720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e90720


Comments

No comments written yet.

Please login to write comment.