Color Hex Logo

#b396af Color Hex

#B396AF
(179,150,175)
0 Favorites   0 Comments

Color spaces of #b396af

RGB 179150175
HSL0.860.160.65
HSV308°16°70°
CMYK 0.000.160.02   0.30
XYZ37.234634.491545.2525
Yxy34.49150.31830.2949
Hunter Lab58.729510.3928-4.5738
CIE-Lab65.350815.2024-8.9933

#b396af color RGB value is (179,150,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010110 10101111
Octal 263 226 257
Decimal 179 150 175
Hex B3 96 AF

RGB Percentages of Color #b396af

%35.52
%29.76
%34.72

CMYK Percentages of Color #b396af

%0
%16
%2
%30

Triadic Colors of #b396af

#b396af #afb396 #96afb3

Analogous Colors of #b396af

#b396af #b396a1 #a996b3

Monochromatic Colors of #b396af

#b396af

Complementary Color

#b396af #96b39a

#b396af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b396af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b396af Color CSS Codes

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

#b396af Text Font Color

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

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


#b396af Background Color

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

This div background color is #b396af


#b396af Border Color

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

This div border color is #b396af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b396af


Comments

No comments written yet.

Please login to write comment.