Color Hex Logo

#ea5eda Color Hex

#EA5EDA
(234,94,218)
0 Favorites   0 Comments

Color spaces of #ea5eda

RGB 23494218
HSL0.850.770.64
HSV307°60°92°
CMYK 0.000.600.07   0.08
XYZ50.589330.559869.5619
Yxy30.55980.33570.2028
Hunter Lab55.280966.6093-35.9100
CIE-Lab62.134368.4212-37.5389

#ea5eda color RGB value is (234,94,218).

#ea5eda hex color red value is 234, green value is 94 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ea5eda hue: 0.85 , saturation: 0.77 and the lightness value of ea5eda is 0.64.

The process color (four color CMYK) of #ea5eda color hex is 0.00, 0.60, 0.07, 0.08. Web safe color of #ea5eda is #ff66cc. Color #ea5eda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011110 11011010
Octal 352 136 332
Decimal 234 94 218
Hex EA 5E DA

RGB Percentages of Color #ea5eda

%42.86
%17.22
%39.93

CMYK Percentages of Color #ea5eda

%0
%60
%7
%8

Triadic Colors of #ea5eda

#ea5eda #daea5e #5edaea

Analogous Colors of #ea5eda

#ea5eda #ea5e94 #b45eea

Monochromatic Colors of #ea5eda

#ea5eda

Complementary Color

#ea5eda #5eea6e

#ea5eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5eda Color CSS Codes

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

#ea5eda Text Font Color

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

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


#ea5eda Background Color

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

This div background color is #ea5eda


#ea5eda Border Color

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

This div border color is #ea5eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5eda


Comments

No comments written yet.

Please login to write comment.