Color Hex Logo

#e215aa Color Hex

#E215AA
(226,21,170)
0 Favorites   0 Comments

Color spaces of #e215aa

RGB 22621170
HSL0.880.830.48
HSV316°91°89°
CMYK 0.000.910.25   0.11
XYZ38.887919.607439.7652
Yxy19.60740.39580.1995
Hunter Lab44.280279.2723-22.2483
CIE-Lab51.390480.7134-26.7685

#e215aa color RGB value is (226,21,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010101 10101010
Octal 342 25 252
Decimal 226 21 170
Hex E2 15 AA

RGB Percentages of Color #e215aa

%54.20
%5.04
%40.77

CMYK Percentages of Color #e215aa

%0
%91
%25
%11

Triadic Colors of #e215aa

#e215aa #aae215 #15aae2

Analogous Colors of #e215aa

#e215aa #e21543 #b415e2

Monochromatic Colors of #e215aa

#e215aa

Complementary Color

#e215aa #15e24d

#e215aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e215aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e215aa Color CSS Codes

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

#e215aa Text Font Color

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

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


#e215aa Background Color

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

This div background color is #e215aa


#e215aa Border Color

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

This div border color is #e215aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e215aa


Comments

No comments written yet.

Please login to write comment.