Color Hex Logo

#eb85bf Color Hex

#EB85BF
(235,133,191)
0 Favorites   0 Comments

Color spaces of #eb85bf

RGB 235133191
HSL0.910.720.72
HSV326°43°92°
CMYK 0.000.430.19   0.08
XYZ52.052438.198853.9199
Yxy38.19880.36100.2650
Hunter Lab61.805242.1739-8.4620
CIE-Lab68.166946.2878-13.1162

#eb85bf color RGB value is (235,133,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000101 10111111
Octal 353 205 277
Decimal 235 133 191
Hex EB 85 BF

RGB Percentages of Color #eb85bf

%42.04
%23.79
%34.17

CMYK Percentages of Color #eb85bf

%0
%43
%19
%8

Triadic Colors of #eb85bf

#eb85bf #bfeb85 #85bfeb

Analogous Colors of #eb85bf

#eb85bf #eb858c #e485eb

Monochromatic Colors of #eb85bf

#eb85bf

Complementary Color

#eb85bf #85ebb1

#eb85bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb85bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb85bf Color CSS Codes

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

#eb85bf Text Font Color

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

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


#eb85bf Background Color

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

This div background color is #eb85bf


#eb85bf Border Color

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

This div border color is #eb85bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb85bf


Comments

No comments written yet.

Please login to write comment.