Color Hex Logo

#e32aee Color Hex

#E32AEE
(227,42,238)
0 Favorites   0 Comments

Color spaces of #e32aee

RGB 22742238
HSL0.820.850.55
HSV297°82°93°
CMYK 0.050.820.00   0.07
XYZ47.939124.159983.0256
Yxy24.15990.30900.1557
Hunter Lab49.152788.0754-65.7419
CIE-Lab56.247586.5920-58.1530

#e32aee color RGB value is (227,42,238).

#e32aee hex color red value is 227, green value is 42 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e32aee hue: 0.82 , saturation: 0.85 and the lightness value of e32aee is 0.55.

The process color (four color CMYK) of #e32aee color hex is 0.05, 0.82, 0.00, 0.07. Web safe color of #e32aee is #cc33ff. Color #e32aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101010 11101110
Octal 343 52 356
Decimal 227 42 238
Hex E3 2A EE

RGB Percentages of Color #e32aee

%44.77
%8.28
%46.94

CMYK Percentages of Color #e32aee

%5
%82
%0
%7

Triadic Colors of #e32aee

#e32aee #eee32a #2aeee3

Analogous Colors of #e32aee

#e32aee #ee2a97 #812aee

Monochromatic Colors of #e32aee

#e32aee

Complementary Color

#e32aee #35ee2a

#e32aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32aee Color CSS Codes

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

#e32aee Text Font Color

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

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


#e32aee Background Color

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

This div background color is #e32aee


#e32aee Border Color

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

This div border color is #e32aee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,42,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e32aee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e32aee;
  -webkit-box-shadow: 1px 1px 3px 2px #e32aee;
  box-shadow:         1px 1px 3px 2px #e32aee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,42,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32aee


Comments

No comments written yet.

Please login to write comment.