Color Hex Logo

#ea5dde Color Hex

#EA5DDE
(234,93,222)
0 Favorites   0 Comments

Color spaces of #ea5dde

RGB 23493222
HSL0.850.770.64
HSV305°60°92°
CMYK 0.000.600.05   0.08
XYZ51.030930.595172.3231
Yxy30.59510.33150.1987
Hunter Lab55.312867.8843-38.8044
CIE-Lab62.164369.4672-39.7367

#ea5dde color RGB value is (234,93,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011101 11011110
Octal 352 135 336
Decimal 234 93 222
Hex EA 5D DE

RGB Percentages of Color #ea5dde

%42.62
%16.94
%40.44

CMYK Percentages of Color #ea5dde

%0
%60
%5
%8

Triadic Colors of #ea5dde

#ea5dde #deea5d #5ddeea

Analogous Colors of #ea5dde

#ea5dde #ea5d98 #b05dea

Monochromatic Colors of #ea5dde

#ea5dde

Complementary Color

#ea5dde #5dea69

#ea5dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5dde Color CSS Codes

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

#ea5dde Text Font Color

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

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


#ea5dde Background Color

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

This div background color is #ea5dde


#ea5dde Border Color

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

This div border color is #ea5dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5dde


Comments

No comments written yet.

Please login to write comment.