Color Hex Logo

#b596bf Color Hex

#B596BF
(181,150,191)
0 Favorites   0 Comments

Color spaces of #b596bf

RGB 181150191
HSL0.790.240.67
HSV285°21°75°
CMYK 0.050.210.00   0.25
XYZ39.366435.398054.0479
Yxy35.39800.30560.2748
Hunter Lab59.496213.9883-12.2132
CIE-Lab66.057419.0099-16.8784

#b596bf color RGB value is (181,150,191).

#b596bf hex color red value is 181, green value is 150 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b596bf hue: 0.79 , saturation: 0.24 and the lightness value of b596bf is 0.67.

The process color (four color CMYK) of #b596bf color hex is 0.05, 0.21, 0.00, 0.25. Web safe color of #b596bf is #cc99cc. Color #b596bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010110 10111111
Octal 265 226 277
Decimal 181 150 191
Hex B5 96 BF

RGB Percentages of Color #b596bf

%34.67
%28.74
%36.59

CMYK Percentages of Color #b596bf

%5
%21
%0
%25

Triadic Colors of #b596bf

#b596bf #bfb596 #96bfb5

Analogous Colors of #b596bf

#b596bf #bf96b5 #a196bf

Monochromatic Colors of #b596bf

#b596bf

Complementary Color

#b596bf #a0bf96

#b596bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b596bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b596bf Color CSS Codes

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

#b596bf Text Font Color

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

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


#b596bf Background Color

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

This div background color is #b596bf


#b596bf Border Color

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

This div border color is #b596bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b596bf


Comments

No comments written yet.

Please login to write comment.