Color Hex Logo

#e24daf Color Hex

#E24DAF
(226,77,175)
0 Favorites   0 Comments

Color spaces of #e24daf

RGB 22677175
HSL0.890.720.59
HSV321°66°89°
CMYK 0.000.660.23   0.11
XYZ41.755824.571743.0995
Yxy24.57170.38160.2245
Hunter Lab49.569863.6145-16.8520
CIE-Lab56.655766.9273-21.5793

#e24daf color RGB value is (226,77,175).

#e24daf hex color red value is 226, green value is 77 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e24daf hue: 0.89 , saturation: 0.72 and the lightness value of e24daf is 0.59.

The process color (four color CMYK) of #e24daf color hex is 0.00, 0.66, 0.23, 0.11. Web safe color of #e24daf is #cc6699. Color #e24daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001101 10101111
Octal 342 115 257
Decimal 226 77 175
Hex E2 4D AF

RGB Percentages of Color #e24daf

%47.28
%16.11
%36.61

CMYK Percentages of Color #e24daf

%0
%66
%23
%11

Triadic Colors of #e24daf

#e24daf #afe24d #4dafe2

Analogous Colors of #e24daf

#e24daf #e24d65 #cb4de2

Monochromatic Colors of #e24daf

#e24daf

Complementary Color

#e24daf #4de280

#e24daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24daf Color CSS Codes

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

#e24daf Text Font Color

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

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


#e24daf Background Color

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

This div background color is #e24daf


#e24daf Border Color

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

This div border color is #e24daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24daf


Comments

No comments written yet.

Please login to write comment.