Color Hex Logo

#e9412f Color Hex

#E9412F
(233,65,47)
0 Favorites   0 Comments

Color spaces of #e9412f

RGB 2336547
HSL0.020.810.55
HSV80°91°
CMYK 0.000.720.80   0.09
XYZ36.007721.30954.9046
Yxy21.30950.57870.3425
Hunter Lab46.162258.450726.0142
CIE-Lab53.286663.140248.2982

#e9412f color RGB value is (233,65,47).

#e9412f hex color red value is 233, green value is 65 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #e9412f hue: 0.02 , saturation: 0.81 and the lightness value of e9412f is 0.55.

The process color (four color CMYK) of #e9412f color hex is 0.00, 0.72, 0.80, 0.09. Web safe color of #e9412f is #ff3333. Color #e9412f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01000001 00101111
Octal 351 101 57
Decimal 233 65 47
Hex E9 41 2F

RGB Percentages of Color #e9412f

%67.54
%18.84
%13.62

CMYK Percentages of Color #e9412f

%0
%72
%80
%9

Triadic Colors of #e9412f

#e9412f #2fe941 #412fe9

Analogous Colors of #e9412f

#e9412f #e99e2f #e92f7a

Monochromatic Colors of #e9412f

#e9412f

Complementary Color

#e9412f #2fd7e9

#e9412f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9412f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9412f Color CSS Codes

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

#e9412f Text Font Color

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

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


#e9412f Background Color

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

This div background color is #e9412f


#e9412f Border Color

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

This div border color is #e9412f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9412f


Comments

No comments written yet.

Please login to write comment.