Color Hex Logo

#ea525e Color Hex

#EA525E
(234,82,94)
0 Favorites   0 Comments

Color spaces of #ea525e

RGB 2348294
HSL0.990.780.62
HSV355°65°92°
CMYK 0.000.650.60   0.08
XYZ38.969424.335213.2329
Yxy24.33520.50920.3180
Hunter Lab49.330754.679518.6270
CIE-Lab56.421959.285225.7984

#ea525e color RGB value is (234,82,94).

#ea525e hex color red value is 234, green value is 82 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ea525e hue: 0.99 , saturation: 0.78 and the lightness value of ea525e is 0.62.

The process color (four color CMYK) of #ea525e color hex is 0.00, 0.65, 0.60, 0.08. Web safe color of #ea525e is #ff6666. Color #ea525e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010010 01011110
Octal 352 122 136
Decimal 234 82 94
Hex EA 52 5E

RGB Percentages of Color #ea525e

%57.07
%20.00
%22.93

CMYK Percentages of Color #ea525e

%0
%65
%60
%8

Triadic Colors of #ea525e

#ea525e #5eea52 #525eea

Analogous Colors of #ea525e

#ea525e #ea9252 #ea52aa

Monochromatic Colors of #ea525e

#ea525e

Complementary Color

#ea525e #52eade

#ea525e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea525e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea525e Color CSS Codes

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

#ea525e Text Font Color

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

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


#ea525e Background Color

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

This div background color is #ea525e


#ea525e Border Color

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

This div border color is #ea525e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea525e


Comments

No comments written yet.

Please login to write comment.