Color Hex Logo

#ea382f Color Hex

#EA382F
(234,56,47)
0 Favorites   0 Comments

Color spaces of #ea382f

RGB 2345647
HSL0.010.820.55
HSV80°92°
CMYK 0.000.760.80   0.08
XYZ35.858920.52604.7613
Yxy20.52600.58640.3357
Hunter Lab45.305661.995925.4830
CIE-Lab52.426866.347247.5157

#ea382f color RGB value is (234,56,47).

#ea382f hex color red value is 234, green value is 56 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ea382f hue: 0.01 , saturation: 0.82 and the lightness value of ea382f is 0.55.

The process color (four color CMYK) of #ea382f color hex is 0.00, 0.76, 0.80, 0.08. Web safe color of #ea382f is #ff3333. Color #ea382f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111000 00101111
Octal 352 70 57
Decimal 234 56 47
Hex EA 38 2F

RGB Percentages of Color #ea382f

%69.44
%16.62
%13.95

CMYK Percentages of Color #ea382f

%0
%76
%80
%8

Triadic Colors of #ea382f

#ea382f #2fea38 #382fea

Analogous Colors of #ea382f

#ea382f #ea962f #ea2f84

Monochromatic Colors of #ea382f

#ea382f

Complementary Color

#ea382f #2fe1ea

#ea382f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea382f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea382f Color CSS Codes

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

#ea382f Text Font Color

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

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


#ea382f Background Color

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

This div background color is #ea382f


#ea382f Border Color

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

This div border color is #ea382f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea382f


Comments

No comments written yet.

Please login to write comment.