Color Hex Logo

#b596ac Color Hex

#B596AC
(181,150,172)
0 Favorites   0 Comments

Color spaces of #b596ac

RGB 181150172
HSL0.880.170.65
HSV317°17°71°
CMYK 0.000.170.05   0.29
XYZ37.408834.615043.7394
Yxy34.61500.32310.2990
Hunter Lab58.834510.5354-2.8939
CIE-Lab65.447815.3540-7.1437

#b596ac color RGB value is (181,150,172).

#b596ac hex color red value is 181, green value is 150 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b596ac hue: 0.88 , saturation: 0.17 and the lightness value of b596ac is 0.65.

The process color (four color CMYK) of #b596ac color hex is 0.00, 0.17, 0.05, 0.29. Web safe color of #b596ac is #cc9999. Color #b596ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010110 10101100
Octal 265 226 254
Decimal 181 150 172
Hex B5 96 AC

RGB Percentages of Color #b596ac

%35.98
%29.82
%34.19

CMYK Percentages of Color #b596ac

%0
%17
%5
%29

Triadic Colors of #b596ac

#b596ac #acb596 #96acb5

Analogous Colors of #b596ac

#b596ac #b5969d #af96b5

Monochromatic Colors of #b596ac

#b596ac

Complementary Color

#b596ac #96b59f

#b596ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b596ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b596ac Color CSS Codes

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

#b596ac Text Font Color

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

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


#b596ac Background Color

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

This div background color is #b596ac


#b596ac Border Color

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

This div border color is #b596ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b596ac


Comments

No comments written yet.

Please login to write comment.