Color Hex Logo

#ea537a Color Hex

#EA537A
(234,83,122)
0 Favorites   0 Comments

Color spaces of #ea537a

RGB 23483122
HSL0.960.780.62
HSV345°65°92°
CMYK 0.000.650.48   0.08
XYZ40.537825.084121.1175
Yxy25.08410.46740.2892
Hunter Lab50.084056.830110.0597
CIE-Lab57.157361.033110.3646

#ea537a color RGB value is (234,83,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010011 01111010
Octal 352 123 172
Decimal 234 83 122
Hex EA 53 7A

RGB Percentages of Color #ea537a

%53.30
%18.91
%27.79

CMYK Percentages of Color #ea537a

%0
%65
%48
%8

Triadic Colors of #ea537a

#ea537a #7aea53 #537aea

Analogous Colors of #ea537a

#ea537a #ea7853 #ea53c6

Monochromatic Colors of #ea537a

#ea537a

Complementary Color

#ea537a #53eac3

#ea537a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea537a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea537a Color CSS Codes

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

#ea537a Text Font Color

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

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


#ea537a Background Color

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

This div background color is #ea537a


#ea537a Border Color

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

This div border color is #ea537a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea537a


Comments

No comments written yet.

Please login to write comment.