Color Hex Logo

#ea559d Color Hex

#EA559D
(234,85,157)
0 Favorites   0 Comments

Color spaces of #ea559d

RGB 23485157
HSL0.920.780.63
HSV331°64°92°
CMYK 0.000.640.33   0.08
XYZ43.266026.423734.7182
Yxy26.42370.41440.2531
Hunter Lab51.404060.2839-4.0616
CIE-Lab58.437163.7773-8.2954

#ea559d color RGB value is (234,85,157).

#ea559d hex color red value is 234, green value is 85 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ea559d hue: 0.92 , saturation: 0.78 and the lightness value of ea559d is 0.63.

The process color (four color CMYK) of #ea559d color hex is 0.00, 0.64, 0.33, 0.08. Web safe color of #ea559d is #ff6699. Color #ea559d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010101 10011101
Octal 352 125 235
Decimal 234 85 157
Hex EA 55 9D

RGB Percentages of Color #ea559d

%49.16
%17.86
%32.98

CMYK Percentages of Color #ea559d

%0
%64
%33
%8

Triadic Colors of #ea559d

#ea559d #9dea55 #559dea

Analogous Colors of #ea559d

#ea559d #ea5855 #ea55e8

Monochromatic Colors of #ea559d

#ea559d

Complementary Color

#ea559d #55eaa2

#ea559d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea559d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea559d Color CSS Codes

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

#ea559d Text Font Color

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

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


#ea559d Background Color

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

This div background color is #ea559d


#ea559d Border Color

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

This div border color is #ea559d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea559d


Comments

No comments written yet.

Please login to write comment.