Color Hex Logo

#e441ad Color Hex

#E441AD
(228,65,173)
0 Favorites   0 Comments

Color spaces of #e441ad

RGB 22865173
HSL0.890.750.57
HSV320°71°89°
CMYK 0.000.710.24   0.11
XYZ41.428023.291741.8474
Yxy23.29170.38880.2186
Hunter Lab48.261568.7681-17.6272
CIE-Lab55.371571.4653-22.3574

#e441ad color RGB value is (228,65,173).

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

The process color (four color CMYK) of #e441ad color hex is 0.00, 0.71, 0.24, 0.11. Web safe color of #e441ad is #cc3399. Color #e441ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000001 10101101
Octal 344 101 255
Decimal 228 65 173
Hex E4 41 AD

RGB Percentages of Color #e441ad

%48.93
%13.95
%37.12

CMYK Percentages of Color #e441ad

%0
%71
%24
%11

Triadic Colors of #e441ad

#e441ad #ade441 #41ade4

Analogous Colors of #e441ad

#e441ad #e4415c #ca41e4

Monochromatic Colors of #e441ad

#e441ad

Complementary Color

#e441ad #41e478

#e441ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e441ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e441ad Color CSS Codes

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

#e441ad Text Font Color

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

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


#e441ad Background Color

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

This div background color is #e441ad


#e441ad Border Color

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

This div border color is #e441ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e441ad


Comments

No comments written yet.

Please login to write comment.