Color Hex Logo

#eb85db Color Hex

#EB85DB
(235,133,219)
0 Favorites   0 Comments

Color spaces of #eb85db

RGB 235133219
HSL0.860.720.72
HSV309°43°92°
CMYK 0.000.430.07   0.08
XYZ55.434739.551771.7303
Yxy39.55170.33250.2372
Hunter Lab62.890147.2816-23.6010
CIE-Lab69.149050.7296-27.2160

#eb85db color RGB value is (235,133,219).

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

The process color (four color CMYK) of #eb85db color hex is 0.00, 0.43, 0.07, 0.08. Web safe color of #eb85db is #ff99cc. Color #eb85db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000101 11011011
Octal 353 205 333
Decimal 235 133 219
Hex EB 85 DB

RGB Percentages of Color #eb85db

%40.03
%22.66
%37.31

CMYK Percentages of Color #eb85db

%0
%43
%7
%8

Triadic Colors of #eb85db

#eb85db #dbeb85 #85dbeb

Analogous Colors of #eb85db

#eb85db #eb85a8 #c885eb

Monochromatic Colors of #eb85db

#eb85db

Complementary Color

#eb85db #85eb95

#eb85db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb85db Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb85db Color CSS Codes

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

#eb85db Text Font Color

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

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


#eb85db Background Color

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

This div background color is #eb85db


#eb85db Border Color

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

This div border color is #eb85db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb85db


Comments

No comments written yet.

Please login to write comment.