Color Hex Logo

#ea5daf Color Hex

#EA5DAF
(234,93,175)
0 Favorites   0 Comments

Color spaces of #ea5daf

RGB 23493175
HSL0.900.770.64
HSV325°60°92°
CMYK 0.000.600.25   0.08
XYZ45.583928.416343.6398
Yxy28.41630.38750.2416
Hunter Lab53.306959.3520-11.2230
CIE-Lab60.263062.6564-15.9710

#ea5daf color RGB value is (234,93,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011101 10101111
Octal 352 135 257
Decimal 234 93 175
Hex EA 5D AF

RGB Percentages of Color #ea5daf

%46.61
%18.53
%34.86

CMYK Percentages of Color #ea5daf

%0
%60
%25
%8

Triadic Colors of #ea5daf

#ea5daf #afea5d #5dafea

Analogous Colors of #ea5daf

#ea5daf #ea5d69 #df5dea

Monochromatic Colors of #ea5daf

#ea5daf

Complementary Color

#ea5daf #5dea98

#ea5daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5daf Color CSS Codes

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

#ea5daf Text Font Color

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

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


#ea5daf Background Color

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

This div background color is #ea5daf


#ea5daf Border Color

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

This div border color is #ea5daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5daf


Comments

No comments written yet.

Please login to write comment.