Color Hex Logo

#b99fcc Color Hex

#B99FCC
(185,159,204)
0 Favorites   0 Comments

Color spaces of #b99fcc

RGB 185159204
HSL0.760.310.71
HSV275°22°80°
CMYK 0.090.220.00   0.20
XYZ43.304839.470262.4628
Yxy39.47020.29820.2718
Hunter Lab62.825313.0938-14.9702
CIE-Lab69.090517.9722-19.4742

#b99fcc color RGB value is (185,159,204).

#b99fcc hex color red value is 185, green value is 159 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b99fcc hue: 0.76 , saturation: 0.31 and the lightness value of b99fcc is 0.71.

The process color (four color CMYK) of #b99fcc color hex is 0.09, 0.22, 0.00, 0.20. Web safe color of #b99fcc is #cc99cc. Color #b99fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011111 11001100
Octal 271 237 314
Decimal 185 159 204
Hex B9 9F CC

RGB Percentages of Color #b99fcc

%33.76
%29.01
%37.23

CMYK Percentages of Color #b99fcc

%9
%22
%0
%20

Triadic Colors of #b99fcc

#b99fcc #ccb99f #9fccb9

Analogous Colors of #b99fcc

#b99fcc #cc9fc9 #a39fcc

Monochromatic Colors of #b99fcc

#b99fcc

Complementary Color

#b99fcc #b2cc9f

#b99fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99fcc Color CSS Codes

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

#b99fcc Text Font Color

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

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


#b99fcc Background Color

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

This div background color is #b99fcc


#b99fcc Border Color

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

This div border color is #b99fcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,159,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b99fcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b99fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #b99fcc;
  box-shadow:         1px 1px 3px 2px #b99fcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,159,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99fcc


Comments

No comments written yet.

Please login to write comment.