Color Hex Logo

#e220dc Color Hex

#E220DC
(226,32,220)
0 Favorites   0 Comments

Color spaces of #e220dc

RGB 22632220
HSL0.840.770.51
HSV302°86°89°
CMYK 0.000.860.03   0.11
XYZ44.798822.369169.6667
Yxy22.36910.32740.1635
Hunter Lab47.296086.3074-54.2266
CIE-Lab54.416585.5970-50.9319

#e220dc color RGB value is (226,32,220).

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

The process color (four color CMYK) of #e220dc color hex is 0.00, 0.86, 0.03, 0.11. Web safe color of #e220dc is #cc33cc. Color #e220dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00100000 11011100
Octal 342 40 334
Decimal 226 32 220
Hex E2 20 DC

RGB Percentages of Color #e220dc

%47.28
%6.69
%46.03

CMYK Percentages of Color #e220dc

%0
%86
%3
%11

Triadic Colors of #e220dc

#e220dc #dce220 #20dce2

Analogous Colors of #e220dc

#e220dc #e2207b #8720e2

Monochromatic Colors of #e220dc

#e220dc

Complementary Color

#e220dc #20e226

#e220dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e220dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e220dc Color CSS Codes

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

#e220dc Text Font Color

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

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


#e220dc Background Color

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

This div background color is #e220dc


#e220dc Border Color

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

This div border color is #e220dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,32,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e220dc


Comments

No comments written yet.

Please login to write comment.