Color Hex Logo

#e252ac Color Hex

#E252AC
(226,82,172)
0 Favorites   0 Comments

Color spaces of #e252ac

RGB 22682172
HSL0.900.710.60
HSV323°64°89°
CMYK 0.000.640.24   0.11
XYZ41.827725.181941.6858
Yxy25.18190.38480.2317
Hunter Lab50.181660.9668-14.1251
CIE-Lab57.252264.5742-18.9274

#e252ac color RGB value is (226,82,172).

#e252ac hex color red value is 226, green value is 82 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e252ac hue: 0.90 , saturation: 0.71 and the lightness value of e252ac is 0.60.

The process color (four color CMYK) of #e252ac color hex is 0.00, 0.64, 0.24, 0.11. Web safe color of #e252ac is #cc6699. Color #e252ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010010 10101100
Octal 342 122 254
Decimal 226 82 172
Hex E2 52 AC

RGB Percentages of Color #e252ac

%47.08
%17.08
%35.83

CMYK Percentages of Color #e252ac

%0
%64
%24
%11

Triadic Colors of #e252ac

#e252ac #ace252 #52ace2

Analogous Colors of #e252ac

#e252ac #e25264 #d052e2

Monochromatic Colors of #e252ac

#e252ac

Complementary Color

#e252ac #52e288

#e252ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e252ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e252ac Color CSS Codes

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

#e252ac Text Font Color

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

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


#e252ac Background Color

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

This div background color is #e252ac


#e252ac Border Color

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

This div border color is #e252ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e252ac


Comments

No comments written yet.

Please login to write comment.