Color Hex Logo

#b596a8 Color Hex

#B596A8
(181,150,168)
0 Favorites   0 Comments

Color spaces of #b596a8

RGB 181150168
HSL0.900.170.65
HSV325°17°71°
CMYK 0.000.170.07   0.29
XYZ37.030334.463641.7462
Yxy34.46360.32700.3043
Hunter Lab58.70579.8590-1.0677
CIE-Lab65.328914.6266-5.0722

#b596a8 color RGB value is (181,150,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010110 10101000
Octal 265 226 250
Decimal 181 150 168
Hex B5 96 A8

RGB Percentages of Color #b596a8

%36.27
%30.06
%33.67

CMYK Percentages of Color #b596a8

%0
%17
%7
%29

Triadic Colors of #b596a8

#b596a8 #a8b596 #96a8b5

Analogous Colors of #b596a8

#b596a8 #b59699 #b396b5

Monochromatic Colors of #b596a8

#b596a8

Complementary Color

#b596a8 #96b5a3

#b596a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b596a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b596a8 Color CSS Codes

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

#b596a8 Text Font Color

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

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


#b596a8 Background Color

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

This div background color is #b596a8


#b596a8 Border Color

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

This div border color is #b596a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b596a8


Comments

No comments written yet.

Please login to write comment.