Color Hex Logo

#e032eb Color Hex

#E032EB
(224,50,235)
0 Favorites   0 Comments

Color spaces of #e032eb

RGB 22450235
HSL0.820.820.56
HSV296°79°92°
CMYK 0.050.790.00   0.08
XYZ46.876524.126780.7835
Yxy24.12670.30880.1590
Hunter Lab49.118984.3928-63.1281
CIE-Lab56.214483.7720-56.5503

#e032eb color RGB value is (224,50,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110010 11101011
Octal 340 62 353
Decimal 224 50 235
Hex E0 32 EB

RGB Percentages of Color #e032eb

%44.01
%9.82
%46.17

CMYK Percentages of Color #e032eb

%5
%79
%0
%8

Triadic Colors of #e032eb

#e032eb #ebe032 #32ebe0

Analogous Colors of #e032eb

#e032eb #eb329a #8432eb

Monochromatic Colors of #e032eb

#e032eb

Complementary Color

#e032eb #3deb32

#e032eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e032eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e032eb Color CSS Codes

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

#e032eb Text Font Color

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

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


#e032eb Background Color

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

This div background color is #e032eb


#e032eb Border Color

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

This div border color is #e032eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,50,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e032eb


Comments

No comments written yet.

Please login to write comment.