Color Hex Logo

#ea252f Color Hex

#EA252F
(234,37,47)
0 Favorites   0 Comments

Color spaces of #ea252f

RGB 2343747
HSL0.990.820.53
HSV357°84°92°
CMYK 0.000.840.80   0.08
XYZ35.106319.02084.5104
Yxy19.02080.59870.3244
Hunter Lab43.612867.361724.3973
CIE-Lab50.711571.195045.8185

#ea252f color RGB value is (234,37,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100101 00101111
Octal 352 45 57
Decimal 234 37 47
Hex EA 25 2F

RGB Percentages of Color #ea252f

%73.58
%11.64
%14.78

CMYK Percentages of Color #ea252f

%0
%84
%80
%8

Triadic Colors of #ea252f

#ea252f #2fea25 #252fea

Analogous Colors of #ea252f

#ea252f #ea7e25 #ea2592

Monochromatic Colors of #ea252f

#ea252f

Complementary Color

#ea252f #25eae0

#ea252f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea252f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea252f Color CSS Codes

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

#ea252f Text Font Color

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

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


#ea252f Background Color

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

This div background color is #ea252f


#ea252f Border Color

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

This div border color is #ea252f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea252f


Comments

No comments written yet.

Please login to write comment.