Color Hex Logo

#ea253d Color Hex

#EA253D
(234,37,61)
0 Favorites   0 Comments

Color spaces of #ea253d

RGB 2343761
HSL0.980.820.53
HSV353°84°92°
CMYK 0.000.840.74   0.08
XYZ35.435619.15256.2440
Yxy19.15250.58250.3148
Hunter Lab43.763667.946222.1753
CIE-Lab50.865171.651138.1593

#ea253d color RGB value is (234,37,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100101 00111101
Octal 352 45 75
Decimal 234 37 61
Hex EA 25 3D

RGB Percentages of Color #ea253d

%70.48
%11.14
%18.37

CMYK Percentages of Color #ea253d

%0
%84
%74
%8

Triadic Colors of #ea253d

#ea253d #3dea25 #253dea

Analogous Colors of #ea253d

#ea253d #ea7025 #ea25a0

Monochromatic Colors of #ea253d

#ea253d

Complementary Color

#ea253d #25ead2

#ea253d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea253d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea253d Color CSS Codes

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

#ea253d Text Font Color

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

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


#ea253d Background Color

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

This div background color is #ea253d


#ea253d Border Color

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

This div border color is #ea253d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,37,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea253d


Comments

No comments written yet.

Please login to write comment.