Color Hex Logo

#b396ae Color Hex

#B396AE
(179,150,174)
0 Favorites   0 Comments

Color spaces of #b396ae

RGB 179150174
HSL0.860.160.65
HSV310°16°70°
CMYK 0.000.160.03   0.30
XYZ37.136734.452444.7371
Yxy34.45240.31920.2962
Hunter Lab58.696210.2175-4.1024
CIE-Lab65.320115.0140-8.4775

#b396ae color RGB value is (179,150,174).

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

The process color (four color CMYK) of #b396ae color hex is 0.00, 0.16, 0.03, 0.30. Web safe color of #b396ae is #cc9999. Color #b396ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010110 10101110
Octal 263 226 256
Decimal 179 150 174
Hex B3 96 AE

RGB Percentages of Color #b396ae

%35.59
%29.82
%34.59

CMYK Percentages of Color #b396ae

%0
%16
%3
%30

Triadic Colors of #b396ae

#b396ae #aeb396 #96aeb3

Analogous Colors of #b396ae

#b396ae #b396a0 #aa96b3

Monochromatic Colors of #b396ae

#b396ae

Complementary Color

#b396ae #96b39b

#b396ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b396ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b396ae Color CSS Codes

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

#b396ae Text Font Color

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

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


#b396ae Background Color

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

This div background color is #b396ae


#b396ae Border Color

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

This div border color is #b396ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,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 #b396ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b396ae


Comments

No comments written yet.

Please login to write comment.