Color Hex Logo

#e541ad Color Hex

#E541AD
(229,65,173)
0 Favorites   0 Comments

Color spaces of #e541ad

RGB 22965173
HSL0.890.760.58
HSV320°72°90°
CMYK 0.000.720.24   0.10
XYZ41.746223.455741.8623
Yxy23.45570.38990.2191
Hunter Lab48.431169.1075-17.3466
CIE-Lab55.538771.7131-22.0865

#e541ad color RGB value is (229,65,173).

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

The process color (four color CMYK) of #e541ad color hex is 0.00, 0.72, 0.24, 0.10. Web safe color of #e541ad is #cc3399. Color #e541ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000001 10101101
Octal 345 101 255
Decimal 229 65 173
Hex E5 41 AD

RGB Percentages of Color #e541ad

%49.04
%13.92
%37.04

CMYK Percentages of Color #e541ad

%0
%72
%24
%10

Triadic Colors of #e541ad

#e541ad #ade541 #41ade5

Analogous Colors of #e541ad

#e541ad #e5415b #cb41e5

Monochromatic Colors of #e541ad

#e541ad

Complementary Color

#e541ad #41e579

#e541ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e541ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e541ad Color CSS Codes

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

#e541ad Text Font Color

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

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


#e541ad Background Color

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

This div background color is #e541ad


#e541ad Border Color

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

This div border color is #e541ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e541ad


Comments

No comments written yet.

Please login to write comment.