Color Hex Logo

#ea5edc Color Hex

#EA5EDC
(234,94,220)
0 Favorites   0 Comments

Color spaces of #ea5edc

RGB 23494220
HSL0.850.770.64
HSV306°60°92°
CMYK 0.000.600.06   0.08
XYZ50.852730.665170.9489
Yxy30.66510.33350.2011
Hunter Lab55.376167.0111-37.2002
CIE-Lab62.223968.7369-38.5217

#ea5edc color RGB value is (234,94,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011110 11011100
Octal 352 136 334
Decimal 234 94 220
Hex EA 5E DC

RGB Percentages of Color #ea5edc

%42.70
%17.15
%40.15

CMYK Percentages of Color #ea5edc

%0
%60
%6
%8

Triadic Colors of #ea5edc

#ea5edc #dcea5e #5edcea

Analogous Colors of #ea5edc

#ea5edc #ea5e96 #b25eea

Monochromatic Colors of #ea5edc

#ea5edc

Complementary Color

#ea5edc #5eea6c

#ea5edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5edc Color CSS Codes

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

#ea5edc Text Font Color

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

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


#ea5edc Background Color

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

This div background color is #ea5edc


#ea5edc Border Color

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

This div border color is #ea5edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5edc


Comments

No comments written yet.

Please login to write comment.