Color Hex Logo

#eb9bdc Color Hex

#EB9BDC
(235,155,220)
0 Favorites   0 Comments

Color spaces of #eb9bdc

RGB 235155220
HSL0.860.670.76
HSV311°34°92°
CMYK 0.000.340.06   0.08
XYZ58.900646.272273.5372
Yxy46.27220.32960.2589
Hunter Lab68.023735.5188-16.4791
CIE-Lab73.721839.5502-20.7810

#eb9bdc color RGB value is (235,155,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011011 11011100
Octal 353 233 334
Decimal 235 155 220
Hex EB 9B DC

RGB Percentages of Color #eb9bdc

%38.52
%25.41
%36.07

CMYK Percentages of Color #eb9bdc

%0
%34
%6
%8

Triadic Colors of #eb9bdc

#eb9bdc #dceb9b #9bdceb

Analogous Colors of #eb9bdc

#eb9bdc #eb9bb4 #d29beb

Monochromatic Colors of #eb9bdc

#eb9bdc

Complementary Color

#eb9bdc #9bebaa

#eb9bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9bdc Color CSS Codes

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

#eb9bdc Text Font Color

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

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


#eb9bdc Background Color

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

This div background color is #eb9bdc


#eb9bdc Border Color

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

This div border color is #eb9bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9bdc


Comments

No comments written yet.

Please login to write comment.