Color Hex Logo

#e0230f Color Hex

#E0230F
(224,35,15)
0 Favorites   0 Comments

Color spaces of #e0230f

RGB 2243515
HSL0.020.870.47
HSV93°88°
CMYK 0.000.840.93   0.12
XYZ31.427717.08382.0930
Yxy17.08380.62100.3376
Hunter Lab41.332663.392625.9305
CIE-Lab48.365568.312157.3994

#e0230f color RGB value is (224,35,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100011 00001111
Octal 340 43 17
Decimal 224 35 15
Hex E0 23 F

RGB Percentages of Color #e0230f

%81.75
%12.77
%5.47

CMYK Percentages of Color #e0230f

%0
%84
%93
%12

Triadic Colors of #e0230f

#e0230f #0fe023 #230fe0

Analogous Colors of #e0230f

#e0230f #e08c0f #e00f64

Monochromatic Colors of #e0230f

#e0230f

Complementary Color

#e0230f #0fcce0

#e0230f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0230f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0230f Color CSS Codes

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

#e0230f Text Font Color

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

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


#e0230f Background Color

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

This div background color is #e0230f


#e0230f Border Color

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

This div border color is #e0230f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0230f


Comments

No comments written yet.

Please login to write comment.