Color Hex Logo

#ea2daf Color Hex

#EA2DAF
(234,45,175)
0 Favorites   0 Comments

Color spaces of #ea2daf

RGB 23445175
HSL0.890.820.55
HSV319°81°92°
CMYK 0.000.810.25   0.08
XYZ42.607922.464342.6478
Yxy22.46430.39550.2085
Hunter Lab47.396577.5217-20.1721
CIE-Lab54.516278.7174-24.7533

#ea2daf color RGB value is (234,45,175).

#ea2daf hex color red value is 234, green value is 45 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ea2daf hue: 0.89 , saturation: 0.82 and the lightness value of ea2daf is 0.55.

The process color (four color CMYK) of #ea2daf color hex is 0.00, 0.81, 0.25, 0.08. Web safe color of #ea2daf is #ff3399. Color #ea2daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00101101 10101111
Octal 352 55 257
Decimal 234 45 175
Hex EA 2D AF

RGB Percentages of Color #ea2daf

%51.54
%9.91
%38.55

CMYK Percentages of Color #ea2daf

%0
%81
%25
%8

Triadic Colors of #ea2daf

#ea2daf #afea2d #2dafea

Analogous Colors of #ea2daf

#ea2daf #ea2d50 #c72dea

Monochromatic Colors of #ea2daf

#ea2daf

Complementary Color

#ea2daf #2dea68

#ea2daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea2daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea2daf Color CSS Codes

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

#ea2daf Text Font Color

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

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


#ea2daf Background Color

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

This div background color is #ea2daf


#ea2daf Border Color

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

This div border color is #ea2daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea2daf


Comments

No comments written yet.

Please login to write comment.