Color Hex Logo

#e414ad Color Hex

#E414AD
(228,20,173)
0 Favorites   0 Comments

Color spaces of #e414ad

RGB 22820173
HSL0.880.840.49
HSV316°91°89°
CMYK 0.000.910.24   0.11
XYZ39.787920.011441.3007
Yxy20.01140.39350.1979
Hunter Lab44.734180.4788-23.4255
CIE-Lab51.850181.5736-27.7928

#e414ad color RGB value is (228,20,173).

#e414ad hex color red value is 228, green value is 20 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e414ad hue: 0.88 , saturation: 0.84 and the lightness value of e414ad is 0.49.

The process color (four color CMYK) of #e414ad color hex is 0.00, 0.91, 0.24, 0.11. Web safe color of #e414ad is #cc0099. Color #e414ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00010100 10101101
Octal 344 24 255
Decimal 228 20 173
Hex E4 14 AD

RGB Percentages of Color #e414ad

%54.16
%4.75
%41.09

CMYK Percentages of Color #e414ad

%0
%91
%24
%11

Triadic Colors of #e414ad

#e414ad #ade414 #14ade4

Analogous Colors of #e414ad

#e414ad #e41445 #b314e4

Monochromatic Colors of #e414ad

#e414ad

Complementary Color

#e414ad #14e44b

#e414ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e414ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e414ad Color CSS Codes

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

#e414ad Text Font Color

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

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


#e414ad Background Color

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

This div background color is #e414ad


#e414ad Border Color

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

This div border color is #e414ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e414ad


Comments

No comments written yet.

Please login to write comment.