Color Hex Logo

#e253ac Color Hex

#E253AC
(226,83,172)
0 Favorites   0 Comments

Color spaces of #e253ac

RGB 22683172
HSL0.900.710.61
HSV323°63°89°
CMYK 0.000.630.24   0.11
XYZ41.903725.333841.7111
Yxy25.33380.38460.2325
Hunter Lab50.332760.5252-13.9012
CIE-Lab57.399264.1708-18.7033

#e253ac color RGB value is (226,83,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010011 10101100
Octal 342 123 254
Decimal 226 83 172
Hex E2 53 AC

RGB Percentages of Color #e253ac

%46.99
%17.26
%35.76

CMYK Percentages of Color #e253ac

%0
%63
%24
%11

Triadic Colors of #e253ac

#e253ac #ace253 #53ace2

Analogous Colors of #e253ac

#e253ac #e25365 #d153e2

Monochromatic Colors of #e253ac

#e253ac

Complementary Color

#e253ac #53e289

#e253ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e253ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e253ac Color CSS Codes

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

#e253ac Text Font Color

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

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


#e253ac Background Color

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

This div background color is #e253ac


#e253ac Border Color

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

This div border color is #e253ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e253ac


Comments

No comments written yet.

Please login to write comment.