Color Hex Logo

#b597ba Color Hex

#B597BA
(181,151,186)
0 Favorites   0 Comments

Color spaces of #b597ba

RGB 181151186
HSL0.810.200.66
HSV291°19°73°
CMYK 0.030.190.00   0.27
XYZ38.985635.502151.2522
Yxy35.50210.31000.2823
Hunter Lab59.583612.5213-9.2911
CIE-Lab66.137717.4579-13.9610

#b597ba color RGB value is (181,151,186).

#b597ba hex color red value is 181, green value is 151 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b597ba hue: 0.81 , saturation: 0.20 and the lightness value of b597ba is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010111 10111010
Octal 265 227 272
Decimal 181 151 186
Hex B5 97 BA

RGB Percentages of Color #b597ba

%34.94
%29.15
%35.91

CMYK Percentages of Color #b597ba

%3
%19
%0
%27

Triadic Colors of #b597ba

#b597ba #bab597 #97bab5

Analogous Colors of #b597ba

#b597ba #ba97ae #a497ba

Monochromatic Colors of #b597ba

#b597ba

Complementary Color

#b597ba #9cba97

#b597ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b597ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b597ba Color CSS Codes

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

#b597ba Text Font Color

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

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


#b597ba Background Color

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

This div background color is #b597ba


#b597ba Border Color

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

This div border color is #b597ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b597ba


Comments

No comments written yet.

Please login to write comment.