Color Hex Logo

#eb97bf Color Hex

#EB97BF
(235,151,191)
0 Favorites   0 Comments

Color spaces of #eb97bf

RGB 235151191
HSL0.920.680.76
HSV331°36°92°
CMYK 0.000.360.19   0.08
XYZ54.731543.557054.8129
Yxy43.55700.35750.2845
Hunter Lab65.997732.5329-3.0435
CIE-Lab71.931436.9627-7.4944

#eb97bf color RGB value is (235,151,191).

#eb97bf hex color red value is 235, green value is 151 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #eb97bf hue: 0.92 , saturation: 0.68 and the lightness value of eb97bf is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010111 10111111
Octal 353 227 277
Decimal 235 151 191
Hex EB 97 BF

RGB Percentages of Color #eb97bf

%40.73
%26.17
%33.10

CMYK Percentages of Color #eb97bf

%0
%36
%19
%8

Triadic Colors of #eb97bf

#eb97bf #bfeb97 #97bfeb

Analogous Colors of #eb97bf

#eb97bf #eb9997 #eb97e9

Monochromatic Colors of #eb97bf

#eb97bf

Complementary Color

#eb97bf #97ebc3

#eb97bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb97bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb97bf Color CSS Codes

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

#eb97bf Text Font Color

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

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


#eb97bf Background Color

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

This div background color is #eb97bf


#eb97bf Border Color

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

This div border color is #eb97bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb97bf


Comments

No comments written yet.

Please login to write comment.