Color Hex Logo

#e032ea Color Hex

#E032EA
(224,50,234)
0 Favorites   0 Comments

Color spaces of #e032ea

RGB 22450234
HSL0.820.810.56
HSV297°79°92°
CMYK 0.040.790.00   0.08
XYZ46.732424.069080.0246
Yxy24.06900.30980.1596
Hunter Lab49.060284.1754-62.3689
CIE-Lab56.156883.6151-56.0809

#e032ea color RGB value is (224,50,234).

#e032ea hex color red value is 224, green value is 50 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e032ea hue: 0.82 , saturation: 0.81 and the lightness value of e032ea is 0.56.

The process color (four color CMYK) of #e032ea color hex is 0.04, 0.79, 0.00, 0.08. Web safe color of #e032ea is #cc33ff. Color #e032ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110010 11101010
Octal 340 62 352
Decimal 224 50 234
Hex E0 32 EA

RGB Percentages of Color #e032ea

%44.09
%9.84
%46.06

CMYK Percentages of Color #e032ea

%4
%79
%0
%8

Triadic Colors of #e032ea

#e032ea #eae032 #32eae0

Analogous Colors of #e032ea

#e032ea #ea3298 #8432ea

Monochromatic Colors of #e032ea

#e032ea

Complementary Color

#e032ea #3cea32

#e032ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e032ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e032ea Color CSS Codes

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

#e032ea Text Font Color

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

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


#e032ea Background Color

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

This div background color is #e032ea


#e032ea Border Color

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

This div border color is #e032ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e032ea


Comments

No comments written yet.

Please login to write comment.