Color Hex Logo

#b99acf Color Hex

#B99ACF
(185,154,207)
0 Favorites   0 Comments

Color spaces of #b99acf

RGB 185154207
HSL0.760.360.71
HSV275°26°81°
CMYK 0.110.260.00   0.19
XYZ42.825737.930564.0956
Yxy37.93050.29570.2619
Hunter Lab61.587716.3433-18.5929
CIE-Lab67.969421.3806-22.8427

#b99acf color RGB value is (185,154,207).

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

The process color (four color CMYK) of #b99acf color hex is 0.11, 0.26, 0.00, 0.19. Web safe color of #b99acf is #cc99cc. Color #b99acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011010 11001111
Octal 271 232 317
Decimal 185 154 207
Hex B9 9A CF

RGB Percentages of Color #b99acf

%33.88
%28.21
%37.91

CMYK Percentages of Color #b99acf

%11
%26
%0
%19

Triadic Colors of #b99acf

#b99acf #cfb99a #9acfb9

Analogous Colors of #b99acf

#b99acf #cf9acb #9f9acf

Monochromatic Colors of #b99acf

#b99acf

Complementary Color

#b99acf #b0cf9a

#b99acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99acf Color CSS Codes

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

#b99acf Text Font Color

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

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


#b99acf Background Color

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

This div background color is #b99acf


#b99acf Border Color

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

This div border color is #b99acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99acf


Comments

No comments written yet.

Please login to write comment.