Color Hex Logo

#e94020 Color Hex

#E94020
(233,64,32)
0 Favorites   0 Comments

Color spaces of #e94020

RGB 2336432
HSL0.030.820.52
HSV10°86°91°
CMYK 0.000.730.86   0.09
XYZ35.698421.09473.5567
Yxy21.09470.59150.3495
Hunter Lab45.929058.363927.5589
CIE-Lab53.053063.108255.1238

#e94020 color RGB value is (233,64,32).

#e94020 hex color red value is 233, green value is 64 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #e94020 hue: 0.03 , saturation: 0.82 and the lightness value of e94020 is 0.52.

The process color (four color CMYK) of #e94020 color hex is 0.00, 0.73, 0.86, 0.09. Web safe color of #e94020 is #ff3333. Color #e94020 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01000000 00100000
Octal 351 100 40
Decimal 233 64 32
Hex E9 40 20

RGB Percentages of Color #e94020

%70.82
%19.45
%9.73

CMYK Percentages of Color #e94020

%0
%73
%86
%9

Triadic Colors of #e94020

#e94020 #20e940 #4020e9

Analogous Colors of #e94020

#e94020 #e9a520 #e92065

Monochromatic Colors of #e94020

#e94020

Complementary Color

#e94020 #20c9e9

#e94020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94020 Color CSS Codes

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

#e94020 Text Font Color

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

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


#e94020 Background Color

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

This div background color is #e94020


#e94020 Border Color

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

This div border color is #e94020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94020


Comments

No comments written yet.

Please login to write comment.