Color Hex Logo

#ea5993 Color Hex

#EA5993
(234,89,147)
0 Favorites   0 Comments

Color spaces of #ea5993

RGB 23489147
HSL0.930.780.63
HSV336°62°92°
CMYK 0.000.620.37   0.08
XYZ42.770526.743830.5116
Yxy26.74380.42760.2674
Hunter Lab51.714457.12861.2189
CIE-Lab58.736461.0130-2.0216

#ea5993 color RGB value is (234,89,147).

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

The process color (four color CMYK) of #ea5993 color hex is 0.00, 0.62, 0.37, 0.08. Web safe color of #ea5993 is #ff6699. Color #ea5993 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011001 10010011
Octal 352 131 223
Decimal 234 89 147
Hex EA 59 93

RGB Percentages of Color #ea5993

%49.79
%18.94
%31.28

CMYK Percentages of Color #ea5993

%0
%62
%37
%8

Triadic Colors of #ea5993

#ea5993 #93ea59 #5993ea

Analogous Colors of #ea5993

#ea5993 #ea6859 #ea59dc

Monochromatic Colors of #ea5993

#ea5993

Complementary Color

#ea5993 #59eab0

#ea5993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5993 Color CSS Codes

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

#ea5993 Text Font Color

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

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


#ea5993 Background Color

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

This div background color is #ea5993


#ea5993 Border Color

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

This div border color is #ea5993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5993


Comments

No comments written yet.

Please login to write comment.