Color Hex Logo

#e916db Color Hex

#E916DB
(233,22,219)
0 Favorites   0 Comments

Color spaces of #e916db

RGB 23322219
HSL0.840.830.50
HSV304°91°91°
CMYK 0.000.910.06   0.09
XYZ46.677423.011968.9994
Yxy23.01190.33660.1659
Hunter Lab47.970789.7388-51.7012
CIE-Lab55.084688.0819-49.2279

#e916db color RGB value is (233,22,219).

#e916db hex color red value is 233, green value is 22 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e916db hue: 0.84 , saturation: 0.83 and the lightness value of e916db is 0.50.

The process color (four color CMYK) of #e916db color hex is 0.00, 0.91, 0.06, 0.09. Web safe color of #e916db is #ff00cc. Color #e916db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00010110 11011011
Octal 351 26 333
Decimal 233 22 219
Hex E9 16 DB

RGB Percentages of Color #e916db

%49.16
%4.64
%46.20

CMYK Percentages of Color #e916db

%0
%91
%6
%9

Triadic Colors of #e916db

#e916db #dbe916 #16dbe9

Analogous Colors of #e916db

#e916db #e91672 #8e16e9

Monochromatic Colors of #e916db

#e916db

Complementary Color

#e916db #16e924

#e916db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e916db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e916db Color CSS Codes

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

#e916db Text Font Color

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

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


#e916db Background Color

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

This div background color is #e916db


#e916db Border Color

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

This div border color is #e916db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e916db


Comments

No comments written yet.

Please login to write comment.