Color Hex Logo

#b996b0 Color Hex

#B996B0
(185,150,176)
0 Favorites   0 Comments

Color spaces of #b996b0

RGB 185150176
HSL0.880.200.66
HSV315°19°73°
CMYK 0.000.190.05   0.27
XYZ38.750435.261645.8381
Yxy35.26160.32330.2942
Hunter Lab59.381512.5656-4.2005
CIE-Lab65.951817.5106-8.5982

#b996b0 color RGB value is (185,150,176).

#b996b0 hex color red value is 185, green value is 150 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #b996b0 hue: 0.88 , saturation: 0.20 and the lightness value of b996b0 is 0.66.

The process color (four color CMYK) of #b996b0 color hex is 0.00, 0.19, 0.05, 0.27. Web safe color of #b996b0 is #cc9999. Color #b996b0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010110 10110000
Octal 271 226 260
Decimal 185 150 176
Hex B9 96 B0

RGB Percentages of Color #b996b0

%36.20
%29.35
%34.44

CMYK Percentages of Color #b996b0

%0
%19
%5
%27

Triadic Colors of #b996b0

#b996b0 #b0b996 #96b0b9

Analogous Colors of #b996b0

#b996b0 #b9969f #b196b9

Monochromatic Colors of #b996b0

#b996b0

Complementary Color

#b996b0 #96b99f

#b996b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b996b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b996b0 Color CSS Codes

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

#b996b0 Text Font Color

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

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


#b996b0 Background Color

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

This div background color is #b996b0


#b996b0 Border Color

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

This div border color is #b996b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b996b0


Comments

No comments written yet.

Please login to write comment.