Color Hex Logo

#e252aa Color Hex

#E252AA
(226,82,170)
0 Favorites   0 Comments

Color spaces of #e252aa

RGB 22682170
HSL0.900.710.60
HSV323°64°89°
CMYK 0.000.640.25   0.11
XYZ41.637025.105640.6816
Yxy25.10560.38760.2337
Hunter Lab50.105560.6465-13.0648
CIE-Lab57.178264.3145-17.8794

#e252aa color RGB value is (226,82,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010010 10101010
Octal 342 122 252
Decimal 226 82 170
Hex E2 52 AA

RGB Percentages of Color #e252aa

%47.28
%17.15
%35.56

CMYK Percentages of Color #e252aa

%0
%64
%25
%11

Triadic Colors of #e252aa

#e252aa #aae252 #52aae2

Analogous Colors of #e252aa

#e252aa #e25262 #d252e2

Monochromatic Colors of #e252aa

#e252aa

Complementary Color

#e252aa #52e28a

#e252aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e252aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e252aa Color CSS Codes

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

#e252aa Text Font Color

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

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


#e252aa Background Color

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

This div background color is #e252aa


#e252aa Border Color

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

This div border color is #e252aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e252aa


Comments

No comments written yet.

Please login to write comment.