Color Hex Logo

#ea5dda Color Hex

#EA5DDA
(234,93,218)
0 Favorites   0 Comments

Color spaces of #ea5dda

RGB 23493218
HSL0.850.770.64
HSV307°60°92°
CMYK 0.000.600.07   0.08
XYZ50.500930.383169.5325
Yxy30.38310.33570.2020
Hunter Lab55.120967.0775-36.2071
CIE-Lab61.983468.8354-37.7748

#ea5dda color RGB value is (234,93,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011101 11011010
Octal 352 135 332
Decimal 234 93 218
Hex EA 5D DA

RGB Percentages of Color #ea5dda

%42.94
%17.06
%40.00

CMYK Percentages of Color #ea5dda

%0
%60
%7
%8

Triadic Colors of #ea5dda

#ea5dda #daea5d #5ddaea

Analogous Colors of #ea5dda

#ea5dda #ea5d94 #b45dea

Monochromatic Colors of #ea5dda

#ea5dda

Complementary Color

#ea5dda #5dea6d

#ea5dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5dda Color CSS Codes

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

#ea5dda Text Font Color

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

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


#ea5dda Background Color

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

This div background color is #ea5dda


#ea5dda Border Color

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

This div border color is #ea5dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,93,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 #ea5dda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5dda


Comments

No comments written yet.

Please login to write comment.