Color Hex Logo

#e211db Color Hex

#E211DB
(226,17,219)
0 Favorites   0 Comments

Color spaces of #e211db

RGB 22617219
HSL0.840.860.48
HSV302°92°89°
CMYK 0.000.920.03   0.11
XYZ44.350721.684168.8657
Yxy21.68410.32880.1607
Hunter Lab46.566288.5166-55.0863
CIE-Lab53.690287.4256-51.5210

#e211db color RGB value is (226,17,219).

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

The process color (four color CMYK) of #e211db color hex is 0.00, 0.92, 0.03, 0.11. Web safe color of #e211db is #cc00cc. Color #e211db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010001 11011011
Octal 342 21 333
Decimal 226 17 219
Hex E2 11 DB

RGB Percentages of Color #e211db

%48.92
%3.68
%47.40

CMYK Percentages of Color #e211db

%0
%92
%3
%11

Triadic Colors of #e211db

#e211db #dbe211 #11dbe2

Analogous Colors of #e211db

#e211db #e21173 #8111e2

Monochromatic Colors of #e211db

#e211db

Complementary Color

#e211db #11e218

#e211db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e211db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e211db Color CSS Codes

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

#e211db Text Font Color

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

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


#e211db Background Color

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

This div background color is #e211db


#e211db Border Color

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

This div border color is #e211db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e211db


Comments

No comments written yet.

Please login to write comment.