Color Hex Logo

#b397bb Color Hex

#B397BB
(179,151,187)
0 Favorites   0 Comments

Color spaces of #b397bb

RGB 179151187
HSL0.800.210.66
HSV287°19°73°
CMYK 0.040.190.00   0.27
XYZ38.626735.304851.7924
Yxy35.30480.30720.2808
Hunter Lab59.417812.0591-10.0885
CIE-Lab65.985316.9715-14.7685

#b397bb color RGB value is (179,151,187).

#b397bb hex color red value is 179, green value is 151 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b397bb hue: 0.80 , saturation: 0.21 and the lightness value of b397bb is 0.66.

The process color (four color CMYK) of #b397bb color hex is 0.04, 0.19, 0.00, 0.27. Web safe color of #b397bb is #cc99cc. Color #b397bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010111 10111011
Octal 263 227 273
Decimal 179 151 187
Hex B3 97 BB

RGB Percentages of Color #b397bb

%34.62
%29.21
%36.17

CMYK Percentages of Color #b397bb

%4
%19
%0
%27

Triadic Colors of #b397bb

#b397bb #bbb397 #97bbb3

Analogous Colors of #b397bb

#b397bb #bb97b1 #a197bb

Monochromatic Colors of #b397bb

#b397bb

Complementary Color

#b397bb #9fbb97

#b397bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b397bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b397bb Color CSS Codes

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

#b397bb Text Font Color

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

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


#b397bb Background Color

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

This div background color is #b397bb


#b397bb Border Color

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

This div border color is #b397bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b397bb


Comments

No comments written yet.

Please login to write comment.