Color Hex Logo

#e413ad Color Hex

#E413AD
(228,19,173)
0 Favorites   0 Comments

Color spaces of #e413ad

RGB 22819173
HSL0.880.850.48
HSV316°92°89°
CMYK 0.000.920.24   0.11
XYZ39.770619.976941.2949
Yxy19.97690.39360.1977
Hunter Lab44.695580.6142-23.4921
CIE-Lab51.811181.6876-27.8533

#e413ad color RGB value is (228,19,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00010011 10101101
Octal 344 23 255
Decimal 228 19 173
Hex E4 13 AD

RGB Percentages of Color #e413ad

%54.29
%4.52
%41.19

CMYK Percentages of Color #e413ad

%0
%92
%24
%11

Triadic Colors of #e413ad

#e413ad #ade413 #13ade4

Analogous Colors of #e413ad

#e413ad #e41344 #b313e4

Monochromatic Colors of #e413ad

#e413ad

Complementary Color

#e413ad #13e44a

#e413ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e413ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e413ad Color CSS Codes

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

#e413ad Text Font Color

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

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


#e413ad Background Color

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

This div background color is #e413ad


#e413ad Border Color

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

This div border color is #e413ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e413ad


Comments

No comments written yet.

Please login to write comment.