Color Hex Logo

#e84dad Color Hex

#E84DAD
(232,77,173)
0 Favorites   0 Comments

Color spaces of #e84dad

RGB 23277173
HSL0.900.770.61
HSV323°67°91°
CMYK 0.000.670.25   0.09
XYZ43.475425.480742.1620
Yxy25.48070.39130.2293
Hunter Lab50.478465.3990-14.1870
CIE-Lab57.540868.2600-18.9807

#e84dad color RGB value is (232,77,173).

#e84dad hex color red value is 232, green value is 77 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e84dad hue: 0.90 , saturation: 0.77 and the lightness value of e84dad is 0.61.

The process color (four color CMYK) of #e84dad color hex is 0.00, 0.67, 0.25, 0.09. Web safe color of #e84dad is #ff6699. Color #e84dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001101 10101101
Octal 350 115 255
Decimal 232 77 173
Hex E8 4D AD

RGB Percentages of Color #e84dad

%48.13
%15.98
%35.89

CMYK Percentages of Color #e84dad

%0
%67
%25
%9

Triadic Colors of #e84dad

#e84dad #ade84d #4dade8

Analogous Colors of #e84dad

#e84dad #e84d60 #d64de8

Monochromatic Colors of #e84dad

#e84dad

Complementary Color

#e84dad #4de888

#e84dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84dad Color CSS Codes

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

#e84dad Text Font Color

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

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


#e84dad Background Color

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

This div background color is #e84dad


#e84dad Border Color

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

This div border color is #e84dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84dad


Comments

No comments written yet.

Please login to write comment.