Color Hex Logo

#e84a0f Color Hex

#E84A0F
(232,74,15)
0 Favorites   0 Comments

Color spaces of #e84a0f

RGB 2327415
HSL0.050.880.48
HSV16°94°91°
CMYK 0.000.680.94   0.09
XYZ35.813722.08792.8277
Yxy22.08790.58970.3637
Hunter Lab46.997853.776229.3312
CIE-Lab54.120158.896361.6696

#e84a0f color RGB value is (232,74,15).

#e84a0f hex color red value is 232, green value is 74 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #e84a0f hue: 0.05 , saturation: 0.88 and the lightness value of e84a0f is 0.48.

The process color (four color CMYK) of #e84a0f color hex is 0.00, 0.68, 0.94, 0.09. Web safe color of #e84a0f is #ff3300. Color #e84a0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001010 00001111
Octal 350 112 17
Decimal 232 74 15
Hex E8 4A F

RGB Percentages of Color #e84a0f

%72.27
%23.05
%4.67

CMYK Percentages of Color #e84a0f

%0
%68
%94
%9

Triadic Colors of #e84a0f

#e84a0f #0fe84a #4a0fe8

Analogous Colors of #e84a0f

#e84a0f #e8b70f #e80f40

Monochromatic Colors of #e84a0f

#e84a0f

Complementary Color

#e84a0f #0fade8

#e84a0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84a0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84a0f Color CSS Codes

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

#e84a0f Text Font Color

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

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


#e84a0f Background Color

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

This div background color is #e84a0f


#e84a0f Border Color

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

This div border color is #e84a0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84a0f


Comments

No comments written yet.

Please login to write comment.