Color Hex Logo

#e44dad Color Hex

#E44DAD
(228,77,173)
0 Favorites   0 Comments

Color spaces of #e44dad

RGB 22877173
HSL0.890.740.60
HSV322°66°89°
CMYK 0.000.660.24   0.11
XYZ42.191624.818942.1019
Yxy24.81890.38670.2275
Hunter Lab49.818663.9901-15.2332
CIE-Lab56.898567.1984-20.0188

#e44dad color RGB value is (228,77,173).

#e44dad hex color red value is 228, green value is 77 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e44dad hue: 0.89 , saturation: 0.74 and the lightness value of e44dad is 0.60.

The process color (four color CMYK) of #e44dad color hex is 0.00, 0.66, 0.24, 0.11. Web safe color of #e44dad is #cc6699. Color #e44dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001101 10101101
Octal 344 115 255
Decimal 228 77 173
Hex E4 4D AD

RGB Percentages of Color #e44dad

%47.70
%16.11
%36.19

CMYK Percentages of Color #e44dad

%0
%66
%24
%11

Triadic Colors of #e44dad

#e44dad #ade44d #4dade4

Analogous Colors of #e44dad

#e44dad #e44d62 #d04de4

Monochromatic Colors of #e44dad

#e44dad

Complementary Color

#e44dad #4de484

#e44dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44dad Color CSS Codes

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

#e44dad Text Font Color

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

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


#e44dad Background Color

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

This div background color is #e44dad


#e44dad Border Color

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

This div border color is #e44dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44dad


Comments

No comments written yet.

Please login to write comment.