Color Hex Logo

#eb99bf Color Hex

#EB99BF
(235,153,191)
0 Favorites   0 Comments

Color spaces of #eb99bf

RGB 235153191
HSL0.920.670.76
HSV332°35°92°
CMYK 0.000.350.19   0.08
XYZ55.056244.206254.9211
Yxy44.20620.35710.2867
Hunter Lab66.487731.4561-2.4341
CIE-Lab72.366135.9099-6.8495

#eb99bf color RGB value is (235,153,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011001 10111111
Octal 353 231 277
Decimal 235 153 191
Hex EB 99 BF

RGB Percentages of Color #eb99bf

%40.59
%26.42
%32.99

CMYK Percentages of Color #eb99bf

%0
%35
%19
%8

Triadic Colors of #eb99bf

#eb99bf #bfeb99 #99bfeb

Analogous Colors of #eb99bf

#eb99bf #eb9c99 #eb99e8

Monochromatic Colors of #eb99bf

#eb99bf

Complementary Color

#eb99bf #99ebc5

#eb99bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb99bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb99bf Color CSS Codes

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

#eb99bf Text Font Color

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

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


#eb99bf Background Color

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

This div background color is #eb99bf


#eb99bf Border Color

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

This div border color is #eb99bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb99bf


Comments

No comments written yet.

Please login to write comment.