Color Hex Logo

#e220eb Color Hex

#E220EB
(226,32,235)
0 Favorites   0 Comments

Color spaces of #e220eb

RGB 22632235
HSL0.830.840.52
HSV297°86°92°
CMYK 0.040.860.00   0.08
XYZ46.875923.199980.6047
Yxy23.19990.31110.1540
Hunter Lab48.166389.4270-65.5035
CIE-Lab55.277687.8082-58.0317

#e220eb color RGB value is (226,32,235).

#e220eb hex color red value is 226, green value is 32 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e220eb hue: 0.83 , saturation: 0.84 and the lightness value of e220eb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00100000 11101011
Octal 342 40 353
Decimal 226 32 235
Hex E2 20 EB

RGB Percentages of Color #e220eb

%45.84
%6.49
%47.67

CMYK Percentages of Color #e220eb

%4
%86
%0
%8

Triadic Colors of #e220eb

#e220eb #ebe220 #20ebe2

Analogous Colors of #e220eb

#e220eb #eb208f #7d20eb

Monochromatic Colors of #e220eb

#e220eb

Complementary Color

#e220eb #29eb20

#e220eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e220eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e220eb Color CSS Codes

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

#e220eb Text Font Color

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

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


#e220eb Background Color

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

This div background color is #e220eb


#e220eb Border Color

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

This div border color is #e220eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e220eb


Comments

No comments written yet.

Please login to write comment.