Color Hex Logo

#e01daf Color Hex

#E01DAF
(224,29,175)
0 Favorites   0 Comments

Color spaces of #e01daf

RGB 22429175
HSL0.880.770.50
HSV315°87°88°
CMYK 0.000.870.22   0.12
XYZ38.917719.821242.3321
Yxy19.82120.38510.1961
Hunter Lab44.521078.1227-25.2103
CIE-Lab51.634579.7562-29.3599

#e01daf color RGB value is (224,29,175).

#e01daf hex color red value is 224, green value is 29 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e01daf hue: 0.88 , saturation: 0.77 and the lightness value of e01daf is 0.50.

The process color (four color CMYK) of #e01daf color hex is 0.00, 0.87, 0.22, 0.12. Web safe color of #e01daf is #cc3399. Color #e01daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00011101 10101111
Octal 340 35 257
Decimal 224 29 175
Hex E0 1D AF

RGB Percentages of Color #e01daf

%52.34
%6.78
%40.89

CMYK Percentages of Color #e01daf

%0
%87
%22
%12

Triadic Colors of #e01daf

#e01daf #afe01d #1dafe0

Analogous Colors of #e01daf

#e01daf #e01d4e #b01de0

Monochromatic Colors of #e01daf

#e01daf

Complementary Color

#e01daf #1de04e

#e01daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e01daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e01daf Color CSS Codes

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

#e01daf Text Font Color

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

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


#e01daf Background Color

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

This div background color is #e01daf


#e01daf Border Color

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

This div border color is #e01daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e01daf


Comments

No comments written yet.

Please login to write comment.