Color Hex Logo

#eb9bde Color Hex

#EB9BDE
(235,155,222)
0 Favorites   0 Comments

Color spaces of #eb9bde

RGB 235155222
HSL0.860.670.76
HSV310°34°92°
CMYK 0.000.340.06   0.08
XYZ59.167146.378874.9408
Yxy46.37880.32780.2570
Hunter Lab68.102035.9026-17.5725
CIE-Lab73.790739.8954-21.7717

#eb9bde color RGB value is (235,155,222).

#eb9bde hex color red value is 235, green value is 155 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #eb9bde hue: 0.86 , saturation: 0.67 and the lightness value of eb9bde is 0.76.

The process color (four color CMYK) of #eb9bde color hex is 0.00, 0.34, 0.06, 0.08. Web safe color of #eb9bde is #ff99cc. Color #eb9bde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011011 11011110
Octal 353 233 336
Decimal 235 155 222
Hex EB 9B DE

RGB Percentages of Color #eb9bde

%38.40
%25.33
%36.27

CMYK Percentages of Color #eb9bde

%0
%34
%6
%8

Triadic Colors of #eb9bde

#eb9bde #deeb9b #9bdeeb

Analogous Colors of #eb9bde

#eb9bde #eb9bb6 #d09beb

Monochromatic Colors of #eb9bde

#eb9bde

Complementary Color

#eb9bde #9beba8

#eb9bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9bde Color CSS Codes

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

#eb9bde Text Font Color

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

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


#eb9bde Background Color

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

This div background color is #eb9bde


#eb9bde Border Color

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

This div border color is #eb9bde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,155,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eb9bde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9bde


Comments

No comments written yet.

Please login to write comment.