Color Hex Logo

#e32aea Color Hex

#E32AEA
(227,42,234)
0 Favorites   0 Comments

Color spaces of #e32aea

RGB 22742234
HSL0.830.820.54
HSV298°82°92°
CMYK 0.030.820.00   0.08
XYZ47.357823.927379.9643
Yxy23.92730.31310.1582
Hunter Lab48.915587.2134-62.6830
CIE-Lab56.014985.9793-56.2801

#e32aea color RGB value is (227,42,234).

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

The process color (four color CMYK) of #e32aea color hex is 0.03, 0.82, 0.00, 0.08. Web safe color of #e32aea is #cc33ff. Color #e32aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101010 11101010
Octal 343 52 352
Decimal 227 42 234
Hex E3 2A EA

RGB Percentages of Color #e32aea

%45.13
%8.35
%46.52

CMYK Percentages of Color #e32aea

%3
%82
%0
%8

Triadic Colors of #e32aea

#e32aea #eae32a #2aeae3

Analogous Colors of #e32aea

#e32aea #ea2a91 #832aea

Monochromatic Colors of #e32aea

#e32aea

Complementary Color

#e32aea #31ea2a

#e32aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32aea Color CSS Codes

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

#e32aea Text Font Color

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

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


#e32aea Background Color

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

This div background color is #e32aea


#e32aea Border Color

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

This div border color is #e32aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32aea


Comments

No comments written yet.

Please login to write comment.