Color Hex Logo

#e502ac Color Hex

#E502AC
(229,2,172)
0 Favorites   0 Comments

Color spaces of #e502ac

RGB 2292172
HSL0.880.980.45
HSV315°99°90°
CMYK 0.000.990.25   0.10
XYZ39.781219.680040.7316
Yxy19.68000.39700.1964
Hunter Lab44.362182.4339-23.3843
CIE-Lab51.473583.1760-27.7741

#e502ac color RGB value is (229,2,172).

#e502ac hex color red value is 229, green value is 2 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e502ac hue: 0.88 , saturation: 0.98 and the lightness value of e502ac is 0.45.

The process color (four color CMYK) of #e502ac color hex is 0.00, 0.99, 0.25, 0.10. Web safe color of #e502ac is #cc0099. Color #e502ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000010 10101100
Octal 345 2 254
Decimal 229 2 172
Hex E5 2 AC

RGB Percentages of Color #e502ac

%56.82
%0.50
%42.68

CMYK Percentages of Color #e502ac

%0
%99
%25
%10

Triadic Colors of #e502ac

#e502ac #ace502 #02ace5

Analogous Colors of #e502ac

#e502ac #e5023b #ad02e5

Monochromatic Colors of #e502ac

#e502ac

Complementary Color

#e502ac #02e53b

#e502ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e502ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e502ac Color CSS Codes

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

#e502ac Text Font Color

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

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


#e502ac Background Color

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

This div background color is #e502ac


#e502ac Border Color

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

This div border color is #e502ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,2,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e502ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e502ac


Comments

No comments written yet.

Please login to write comment.