Color Hex Logo

#ea5daa Color Hex

#EA5DAA
(234,93,170)
0 Favorites   0 Comments

Color spaces of #ea5daa

RGB 23493170
HSL0.910.770.64
HSV327°60°92°
CMYK 0.000.600.27   0.08
XYZ45.101728.223441.1007
Yxy28.22340.39420.2467
Hunter Lab53.125758.5697-8.6817
CIE-Lab60.090062.0170-13.3520

#ea5daa color RGB value is (234,93,170).

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

The process color (four color CMYK) of #ea5daa color hex is 0.00, 0.60, 0.27, 0.08. Web safe color of #ea5daa is #ff6699. Color #ea5daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011101 10101010
Octal 352 135 252
Decimal 234 93 170
Hex EA 5D AA

RGB Percentages of Color #ea5daa

%47.08
%18.71
%34.21

CMYK Percentages of Color #ea5daa

%0
%60
%27
%8

Triadic Colors of #ea5daa

#ea5daa #aaea5d #5daaea

Analogous Colors of #ea5daa

#ea5daa #ea5d63 #e45dea

Monochromatic Colors of #ea5daa

#ea5daa

Complementary Color

#ea5daa #5dea9d

#ea5daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5daa Color CSS Codes

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

#ea5daa Text Font Color

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

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


#ea5daa Background Color

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

This div background color is #ea5daa


#ea5daa Border Color

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

This div border color is #ea5daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5daa


Comments

No comments written yet.

Please login to write comment.