Color Hex Logo

#eb16db Color Hex

#EB16DB
(235,22,219)
0 Favorites   0 Comments

Color spaces of #eb16db

RGB 23522219
HSL0.850.840.50
HSV305°91°92°
CMYK 0.000.910.07   0.08
XYZ47.334023.350569.0301
Yxy23.35050.33880.1671
Hunter Lab48.322490.2850-50.8721
CIE-Lab55.431588.4275-48.6552

#eb16db color RGB value is (235,22,219).

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

The process color (four color CMYK) of #eb16db color hex is 0.00, 0.91, 0.07, 0.08. Web safe color of #eb16db is #ff00cc. Color #eb16db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010110 11011011
Octal 353 26 333
Decimal 235 22 219
Hex EB 16 DB

RGB Percentages of Color #eb16db

%49.37
%4.62
%46.01

CMYK Percentages of Color #eb16db

%0
%91
%7
%8

Triadic Colors of #eb16db

#eb16db #dbeb16 #16dbeb

Analogous Colors of #eb16db

#eb16db #eb1671 #9116eb

Monochromatic Colors of #eb16db

#eb16db

Complementary Color

#eb16db #16eb26

#eb16db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb16db Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb16db Color CSS Codes

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

#eb16db Text Font Color

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

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


#eb16db Background Color

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

This div background color is #eb16db


#eb16db Border Color

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

This div border color is #eb16db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb16db


Comments

No comments written yet.

Please login to write comment.