Color Hex Logo

#e252ad Color Hex

#E252AD
(226,82,173)
0 Favorites   0 Comments

Color spaces of #e252ad

RGB 22682173
HSL0.890.710.60
HSV322°64°89°
CMYK 0.000.640.23   0.11
XYZ41.924125.220542.1936
Yxy25.22050.38340.2307
Hunter Lab50.220061.1283-14.6600
CIE-Lab57.289664.7049-19.4502

#e252ad color RGB value is (226,82,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010010 10101101
Octal 342 122 255
Decimal 226 82 173
Hex E2 52 AD

RGB Percentages of Color #e252ad

%46.99
%17.05
%35.97

CMYK Percentages of Color #e252ad

%0
%64
%23
%11

Triadic Colors of #e252ad

#e252ad #ade252 #52ade2

Analogous Colors of #e252ad

#e252ad #e25265 #cf52e2

Monochromatic Colors of #e252ad

#e252ad

Complementary Color

#e252ad #52e287

#e252ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e252ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e252ad Color CSS Codes

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

#e252ad Text Font Color

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

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


#e252ad Background Color

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

This div background color is #e252ad


#e252ad Border Color

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

This div border color is #e252ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e252ad


Comments

No comments written yet.

Please login to write comment.