Color Hex Logo

#b596ae Color Hex

#B596AE
(181,150,174)
0 Favorites   0 Comments

Color spaces of #b596ae

RGB 181150174
HSL0.870.170.65
HSV314°17°71°
CMYK 0.000.170.04   0.29
XYZ37.602434.692444.7588
Yxy34.69240.32120.2964
Hunter Lab58.900310.8804-3.8248
CIE-Lab65.508515.7236-8.1768

#b596ae color RGB value is (181,150,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010110 10101110
Octal 265 226 256
Decimal 181 150 174
Hex B5 96 AE

RGB Percentages of Color #b596ae

%35.84
%29.70
%34.46

CMYK Percentages of Color #b596ae

%0
%17
%4
%29

Triadic Colors of #b596ae

#b596ae #aeb596 #96aeb5

Analogous Colors of #b596ae

#b596ae #b5969f #ad96b5

Monochromatic Colors of #b596ae

#b596ae

Complementary Color

#b596ae #96b59d

#b596ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b596ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b596ae Color CSS Codes

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

#b596ae Text Font Color

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

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


#b596ae Background Color

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

This div background color is #b596ae


#b596ae Border Color

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

This div border color is #b596ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b596ae


Comments

No comments written yet.

Please login to write comment.