Color Hex Logo

#eb96bf Color Hex

#EB96BF
(235,150,191)
0 Favorites   0 Comments

Color spaces of #eb96bf

RGB 235150191
HSL0.920.680.75
HSV331°36°92°
CMYK 0.000.360.19   0.08
XYZ54.571343.236454.7595
Yxy43.23640.35770.2834
Hunter Lab65.754433.0717-3.3480
CIE-Lab71.715137.4886-7.8156

#eb96bf color RGB value is (235,150,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010110 10111111
Octal 353 226 277
Decimal 235 150 191
Hex EB 96 BF

RGB Percentages of Color #eb96bf

%40.80
%26.04
%33.16

CMYK Percentages of Color #eb96bf

%0
%36
%19
%8

Triadic Colors of #eb96bf

#eb96bf #bfeb96 #96bfeb

Analogous Colors of #eb96bf

#eb96bf #eb9896 #eb96ea

Monochromatic Colors of #eb96bf

#eb96bf

Complementary Color

#eb96bf #96ebc2

#eb96bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb96bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb96bf Color CSS Codes

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

#eb96bf Text Font Color

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

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


#eb96bf Background Color

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

This div background color is #eb96bf


#eb96bf Border Color

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

This div border color is #eb96bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb96bf


Comments

No comments written yet.

Please login to write comment.