Color Hex Logo

#ea5dac Color Hex

#EA5DAC
(234,93,172)
0 Favorites   0 Comments

Color spaces of #ea5dac

RGB 23493172
HSL0.910.770.64
HSV326°60°92°
CMYK 0.000.600.26   0.08
XYZ45.292428.299742.1049
Yxy28.29970.39150.2446
Hunter Lab53.197558.8796-9.6888
CIE-Lab60.158562.2705-14.4016

#ea5dac color RGB value is (234,93,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011101 10101100
Octal 352 135 254
Decimal 234 93 172
Hex EA 5D AC

RGB Percentages of Color #ea5dac

%46.89
%18.64
%34.47

CMYK Percentages of Color #ea5dac

%0
%60
%26
%8

Triadic Colors of #ea5dac

#ea5dac #acea5d #5dacea

Analogous Colors of #ea5dac

#ea5dac #ea5d66 #e25dea

Monochromatic Colors of #ea5dac

#ea5dac

Complementary Color

#ea5dac #5dea9b

#ea5dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5dac Color CSS Codes

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

#ea5dac Text Font Color

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

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


#ea5dac Background Color

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

This div background color is #ea5dac


#ea5dac Border Color

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

This div border color is #ea5dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5dac


Comments

No comments written yet.

Please login to write comment.