Color Hex Logo

#e81dac Color Hex

#E81DAC
(232,29,172)
0 Favorites   0 Comments

Color spaces of #e81dac

RGB 23229172
HSL0.880.820.51
HSV318°88°91°
CMYK 0.000.880.26   0.09
XYZ41.164521.013140.9160
Yxy21.01310.39930.2038
Hunter Lab45.840080.0734-20.8332
CIE-Lab52.963881.0379-25.4217

#e81dac color RGB value is (232,29,172).

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

The process color (four color CMYK) of #e81dac color hex is 0.00, 0.88, 0.26, 0.09. Web safe color of #e81dac is #ff3399. Color #e81dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00011101 10101100
Octal 350 35 254
Decimal 232 29 172
Hex E8 1D AC

RGB Percentages of Color #e81dac

%53.58
%6.70
%39.72

CMYK Percentages of Color #e81dac

%0
%88
%26
%9

Triadic Colors of #e81dac

#e81dac #ace81d #1dace8

Analogous Colors of #e81dac

#e81dac #e81d47 #bf1de8

Monochromatic Colors of #e81dac

#e81dac

Complementary Color

#e81dac #1de859

#e81dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e81dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e81dac Color CSS Codes

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

#e81dac Text Font Color

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

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


#e81dac Background Color

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

This div background color is #e81dac


#e81dac Border Color

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

This div border color is #e81dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e81dac


Comments

No comments written yet.

Please login to write comment.