Color Hex Logo

#eb78db Color Hex

#EB78DB
(235,120,219)
0 Favorites   0 Comments

Color spaces of #eb78db

RGB 235120219
HSL0.860.740.70
HSV308°49°92°
CMYK 0.000.490.07   0.08
XYZ53.763636.209671.1733
Yxy36.20960.33360.2247
Hunter Lab60.174454.1779-28.0051
CIE-Lab66.679857.1323-31.0217

#eb78db color RGB value is (235,120,219).

#eb78db hex color red value is 235, green value is 120 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #eb78db hue: 0.86 , saturation: 0.74 and the lightness value of eb78db is 0.70.

The process color (four color CMYK) of #eb78db color hex is 0.00, 0.49, 0.07, 0.08. Web safe color of #eb78db is #ff66cc. Color #eb78db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111000 11011011
Octal 353 170 333
Decimal 235 120 219
Hex EB 78 DB

RGB Percentages of Color #eb78db

%40.94
%20.91
%38.15

CMYK Percentages of Color #eb78db

%0
%49
%7
%8

Triadic Colors of #eb78db

#eb78db #dbeb78 #78dbeb

Analogous Colors of #eb78db

#eb78db #eb78a2 #c278eb

Monochromatic Colors of #eb78db

#eb78db

Complementary Color

#eb78db #78eb88

#eb78db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb78db Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb78db Color CSS Codes

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

#eb78db Text Font Color

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

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


#eb78db Background Color

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

This div background color is #eb78db


#eb78db Border Color

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

This div border color is #eb78db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb78db


Comments

No comments written yet.

Please login to write comment.