Color Hex Logo

#b99cca Color Hex

#B99CCA
(185,156,202)
0 Favorites   0 Comments

Color spaces of #b99cca

RGB 185156202
HSL0.770.300.70
HSV278°23°79°
CMYK 0.080.230.00   0.21
XYZ42.556738.355561.0375
Yxy38.35550.29980.2702
Hunter Lab61.931814.2763-15.0816
CIE-Lab68.281819.2296-19.5947

#b99cca color RGB value is (185,156,202).

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

The process color (four color CMYK) of #b99cca color hex is 0.08, 0.23, 0.00, 0.21. Web safe color of #b99cca is #cc99cc. Color #b99cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011100 11001010
Octal 271 234 312
Decimal 185 156 202
Hex B9 9C CA

RGB Percentages of Color #b99cca

%34.07
%28.73
%37.20

CMYK Percentages of Color #b99cca

%8
%23
%0
%21

Triadic Colors of #b99cca

#b99cca #cab99c #9ccab9

Analogous Colors of #b99cca

#b99cca #ca9cc4 #a29cca

Monochromatic Colors of #b99cca

#b99cca

Complementary Color

#b99cca #adca9c

#b99cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99cca Color CSS Codes

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

#b99cca Text Font Color

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

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


#b99cca Background Color

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

This div background color is #b99cca


#b99cca Border Color

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

This div border color is #b99cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99cca


Comments

No comments written yet.

Please login to write comment.