Color Hex Logo

#eb95dc Color Hex

#EB95DC
(235,149,220)
0 Favorites   0 Comments

Color spaces of #eb95dc

RGB 235149220
HSL0.860.680.75
HSV310°37°92°
CMYK 0.000.370.06   0.08
XYZ57.926744.324473.2125
Yxy44.32440.33010.2526
Hunter Lab66.576638.7996-18.5960
CIE-Lab72.444842.6920-22.7241

#eb95dc color RGB value is (235,149,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010101 11011100
Octal 353 225 334
Decimal 235 149 220
Hex EB 95 DC

RGB Percentages of Color #eb95dc

%38.91
%24.67
%36.42

CMYK Percentages of Color #eb95dc

%0
%37
%6
%8

Triadic Colors of #eb95dc

#eb95dc #dceb95 #95dceb

Analogous Colors of #eb95dc

#eb95dc #eb95b1 #cf95eb

Monochromatic Colors of #eb95dc

#eb95dc

Complementary Color

#eb95dc #95eba4

#eb95dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb95dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb95dc Color CSS Codes

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

#eb95dc Text Font Color

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

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


#eb95dc Background Color

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

This div background color is #eb95dc


#eb95dc Border Color

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

This div border color is #eb95dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb95dc


Comments

No comments written yet.

Please login to write comment.