Color Hex Logo

#e220db Color Hex

#E220DB
(226,32,219)
0 Favorites   0 Comments

Color spaces of #e220db

RGB 22632219
HSL0.840.770.51
HSV302°86°89°
CMYK 0.000.860.03   0.11
XYZ44.666722.316268.9711
Yxy22.31620.32850.1641
Hunter Lab47.240086.1065-53.4962
CIE-Lab54.360985.4536-50.4522

#e220db color RGB value is (226,32,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00100000 11011011
Octal 342 40 333
Decimal 226 32 219
Hex E2 20 DB

RGB Percentages of Color #e220db

%47.38
%6.71
%45.91

CMYK Percentages of Color #e220db

%0
%86
%3
%11

Triadic Colors of #e220db

#e220db #dbe220 #20dbe2

Analogous Colors of #e220db

#e220db #e2207a #8820e2

Monochromatic Colors of #e220db

#e220db

Complementary Color

#e220db #20e227

#e220db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e220db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e220db Color CSS Codes

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

#e220db Text Font Color

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

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


#e220db Background Color

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

This div background color is #e220db


#e220db Border Color

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

This div border color is #e220db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e220db


Comments

No comments written yet.

Please login to write comment.