Color Hex Logo

#e93920 Color Hex

#E93920
(233,57,32)
0 Favorites   0 Comments

Color spaces of #e93920

RGB 2335732
HSL0.020.820.52
HSV86°91°
CMYK 0.000.760.86   0.09
XYZ35.328120.35423.4333
Yxy20.35420.59760.3443
Hunter Lab45.115660.823327.0690
CIE-Lab52.235365.380854.4621

#e93920 color RGB value is (233,57,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111001 00100000
Octal 351 71 40
Decimal 233 57 32
Hex E9 39 20

RGB Percentages of Color #e93920

%72.36
%17.70
%9.94

CMYK Percentages of Color #e93920

%0
%76
%86
%9

Triadic Colors of #e93920

#e93920 #20e939 #3920e9

Analogous Colors of #e93920

#e93920 #e99e20 #e9206c

Monochromatic Colors of #e93920

#e93920

Complementary Color

#e93920 #20d0e9

#e93920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93920 Color CSS Codes

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

#e93920 Text Font Color

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

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


#e93920 Background Color

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

This div background color is #e93920


#e93920 Border Color

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

This div border color is #e93920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93920


Comments

No comments written yet.

Please login to write comment.