Color Hex Logo

#e01dac Color Hex

#E01DAC
(224,29,172)
0 Favorites   0 Comments

Color spaces of #e01dac

RGB 22429172
HSL0.880.770.50
HSV316°87°88°
CMYK 0.000.870.23   0.12
XYZ38.626219.704640.7973
Yxy19.70460.38970.1988
Hunter Lab44.389977.6410-23.4186
CIE-Lab51.501679.3997-27.8031

#e01dac color RGB value is (224,29,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00011101 10101100
Octal 340 35 254
Decimal 224 29 172
Hex E0 1D AC

RGB Percentages of Color #e01dac

%52.71
%6.82
%40.47

CMYK Percentages of Color #e01dac

%0
%87
%23
%12

Triadic Colors of #e01dac

#e01dac #ace01d #1dace0

Analogous Colors of #e01dac

#e01dac #e01d4b #b31de0

Monochromatic Colors of #e01dac

#e01dac

Complementary Color

#e01dac #1de051

#e01dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e01dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e01dac Color CSS Codes

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

#e01dac Text Font Color

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

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


#e01dac Background Color

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

This div background color is #e01dac


#e01dac Border Color

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

This div border color is #e01dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,29,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e01dac


Comments

No comments written yet.

Please login to write comment.