Color Hex Logo

#e221db Color Hex

#E221DB
(226,33,219)
0 Favorites   0 Comments

Color spaces of #e221db

RGB 22633219
HSL0.840.770.51
HSV302°85°89°
CMYK 0.000.850.03   0.11
XYZ44.694122.370968.9802
Yxy22.37090.32850.1644
Hunter Lab47.297985.9021-53.3612
CIE-Lab54.418385.2855-50.3607

#e221db color RGB value is (226,33,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00100001 11011011
Octal 342 41 333
Decimal 226 33 219
Hex E2 21 DB

RGB Percentages of Color #e221db

%47.28
%6.90
%45.82

CMYK Percentages of Color #e221db

%0
%85
%3
%11

Triadic Colors of #e221db

#e221db #dbe221 #21dbe2

Analogous Colors of #e221db

#e221db #e2217b #8921e2

Monochromatic Colors of #e221db

#e221db

Complementary Color

#e221db #21e228

#e221db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e221db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e221db Color CSS Codes

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

#e221db Text Font Color

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

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


#e221db Background Color

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

This div background color is #e221db


#e221db Border Color

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

This div border color is #e221db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e221db


Comments

No comments written yet.

Please login to write comment.