Color Hex Logo

#e214aa Color Hex

#E214AA
(226,20,170)
0 Favorites   0 Comments

Color spaces of #e214aa

RGB 22620170
HSL0.880.840.48
HSV316°91°89°
CMYK 0.000.910.25   0.11
XYZ38.869919.571339.7592
Yxy19.57130.39580.1993
Hunter Lab44.239579.4155-22.3179
CIE-Lab51.349080.8345-26.8327

#e214aa color RGB value is (226,20,170).

#e214aa hex color red value is 226, green value is 20 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e214aa hue: 0.88 , saturation: 0.84 and the lightness value of e214aa is 0.48.

The process color (four color CMYK) of #e214aa color hex is 0.00, 0.91, 0.25, 0.11. Web safe color of #e214aa is #cc0099. Color #e214aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010100 10101010
Octal 342 24 252
Decimal 226 20 170
Hex E2 14 AA

RGB Percentages of Color #e214aa

%54.33
%4.81
%40.87

CMYK Percentages of Color #e214aa

%0
%91
%25
%11

Triadic Colors of #e214aa

#e214aa #aae214 #14aae2

Analogous Colors of #e214aa

#e214aa #e21443 #b314e2

Monochromatic Colors of #e214aa

#e214aa

Complementary Color

#e214aa #14e24c

#e214aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e214aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e214aa Color CSS Codes

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

#e214aa Text Font Color

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

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


#e214aa Background Color

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

This div background color is #e214aa


#e214aa Border Color

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

This div border color is #e214aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e214aa


Comments

No comments written yet.

Please login to write comment.