Color Hex Logo

#b496bb Color Hex

#B496BB
(180,150,187)
0 Favorites   0 Comments

Color spaces of #b496bb

RGB 180150187
HSL0.800.210.66
HSV289°20°73°
CMYK 0.040.200.00   0.27
XYZ38.698435.103851.7498
Yxy35.10380.30820.2796
Hunter Lab59.248512.9033-10.3122
CIE-Lab65.829417.8724-14.9944

#b496bb color RGB value is (180,150,187).

#b496bb hex color red value is 180, green value is 150 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b496bb hue: 0.80 , saturation: 0.21 and the lightness value of b496bb is 0.66.

The process color (four color CMYK) of #b496bb color hex is 0.04, 0.20, 0.00, 0.27. Web safe color of #b496bb is #cc99cc. Color #b496bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010110 10111011
Octal 264 226 273
Decimal 180 150 187
Hex B4 96 BB

RGB Percentages of Color #b496bb

%34.82
%29.01
%36.17

CMYK Percentages of Color #b496bb

%4
%20
%0
%27

Triadic Colors of #b496bb

#b496bb #bbb496 #96bbb4

Analogous Colors of #b496bb

#b496bb #bb96b0 #a296bb

Monochromatic Colors of #b496bb

#b496bb

Complementary Color

#b496bb #9dbb96

#b496bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b496bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b496bb Color CSS Codes

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

#b496bb Text Font Color

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

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


#b496bb Background Color

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

This div background color is #b496bb


#b496bb Border Color

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

This div border color is #b496bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,150,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b496bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b496bb;
  -webkit-box-shadow: 1px 1px 3px 2px #b496bb;
  box-shadow:         1px 1px 3px 2px #b496bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,150,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b496bb


Comments

No comments written yet.

Please login to write comment.