Color Hex Logo

#ea5dad Color Hex

#EA5DAD
(234,93,173)
0 Favorites   0 Comments

Color spaces of #ea5dad

RGB 23493173
HSL0.910.770.64
HSV326°60°92°
CMYK 0.000.600.26   0.08
XYZ45.388928.338342.6127
Yxy28.33830.39010.2436
Hunter Lab53.233759.0362-10.1970
CIE-Lab60.193162.3985-14.9253

#ea5dad color RGB value is (234,93,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011101 10101101
Octal 352 135 255
Decimal 234 93 173
Hex EA 5D AD

RGB Percentages of Color #ea5dad

%46.80
%18.60
%34.60

CMYK Percentages of Color #ea5dad

%0
%60
%26
%8

Triadic Colors of #ea5dad

#ea5dad #adea5d #5dadea

Analogous Colors of #ea5dad

#ea5dad #ea5d67 #e15dea

Monochromatic Colors of #ea5dad

#ea5dad

Complementary Color

#ea5dad #5dea9a

#ea5dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5dad Color CSS Codes

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

#ea5dad Text Font Color

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

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


#ea5dad Background Color

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

This div background color is #ea5dad


#ea5dad Border Color

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

This div border color is #ea5dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5dad


Comments

No comments written yet.

Please login to write comment.