Color Hex Logo

#e0430f Color Hex

#E0430F
(224,67,15)
0 Favorites   0 Comments

Color spaces of #e0430f

RGB 2246715
HSL0.040.870.47
HSV15°93°88°
CMYK 0.000.700.93   0.12
XYZ32.833819.89612.5617
Yxy19.89610.59380.3598
Hunter Lab44.605053.335127.8185
CIE-Lab51.719558.936159.4493

#e0430f color RGB value is (224,67,15).

#e0430f hex color red value is 224, green value is 67 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #e0430f hue: 0.04 , saturation: 0.87 and the lightness value of e0430f is 0.47.

The process color (four color CMYK) of #e0430f color hex is 0.00, 0.70, 0.93, 0.12. Web safe color of #e0430f is #cc3300. Color #e0430f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000011 00001111
Octal 340 103 17
Decimal 224 67 15
Hex E0 43 F

RGB Percentages of Color #e0430f

%73.20
%21.90
%4.90

CMYK Percentages of Color #e0430f

%0
%70
%93
%12

Triadic Colors of #e0430f

#e0430f #0fe043 #430fe0

Analogous Colors of #e0430f

#e0430f #e0ac0f #e00f44

Monochromatic Colors of #e0430f

#e0430f

Complementary Color

#e0430f #0face0

#e0430f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0430f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0430f Color CSS Codes

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

#e0430f Text Font Color

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

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


#e0430f Background Color

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

This div background color is #e0430f


#e0430f Border Color

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

This div border color is #e0430f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0430f


Comments

No comments written yet.

Please login to write comment.