Color Hex Logo

#e81dad Color Hex

#E81DAD
(232,29,173)
0 Favorites   0 Comments

Color spaces of #e81dad

RGB 23229173
HSL0.880.820.51
HSV317°88°91°
CMYK 0.000.880.25   0.09
XYZ41.260921.051741.4238
Yxy21.05170.39770.2029
Hunter Lab45.882180.2278-21.4113
CIE-Lab53.006081.1510-25.9435

#e81dad color RGB value is (232,29,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00011101 10101101
Octal 350 35 255
Decimal 232 29 173
Hex E8 1D AD

RGB Percentages of Color #e81dad

%53.46
%6.68
%39.86

CMYK Percentages of Color #e81dad

%0
%88
%25
%9

Triadic Colors of #e81dad

#e81dad #ade81d #1dade8

Analogous Colors of #e81dad

#e81dad #e81d48 #be1de8

Monochromatic Colors of #e81dad

#e81dad

Complementary Color

#e81dad #1de858

#e81dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e81dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e81dad Color CSS Codes

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

#e81dad Text Font Color

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

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


#e81dad Background Color

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

This div background color is #e81dad


#e81dad Border Color

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

This div border color is #e81dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e81dad


Comments

No comments written yet.

Please login to write comment.