Color Hex Logo

#b99acd Color Hex

#B99ACD
(185,154,205)
0 Favorites   0 Comments

Color spaces of #b99acd

RGB 185154205
HSL0.770.340.70
HSV276°25°80°
CMYK 0.100.250.00   0.20
XYZ42.582637.833362.8158
Yxy37.83330.29730.2641
Hunter Lab61.508815.9354-17.4937
CIE-Lab67.897620.9634-21.8434

#b99acd color RGB value is (185,154,205).

#b99acd hex color red value is 185, green value is 154 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b99acd hue: 0.77 , saturation: 0.34 and the lightness value of b99acd is 0.70.

The process color (four color CMYK) of #b99acd color hex is 0.10, 0.25, 0.00, 0.20. Web safe color of #b99acd is #cc99cc. Color #b99acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011010 11001101
Octal 271 232 315
Decimal 185 154 205
Hex B9 9A CD

RGB Percentages of Color #b99acd

%34.01
%28.31
%37.68

CMYK Percentages of Color #b99acd

%10
%25
%0
%20

Triadic Colors of #b99acd

#b99acd #cdb99a #9acdb9

Analogous Colors of #b99acd

#b99acd #cd9ac8 #a09acd

Monochromatic Colors of #b99acd

#b99acd

Complementary Color

#b99acd #aecd9a

#b99acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99acd Color CSS Codes

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

#b99acd Text Font Color

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

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


#b99acd Background Color

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

This div background color is #b99acd


#b99acd Border Color

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

This div border color is #b99acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99acd


Comments

No comments written yet.

Please login to write comment.