Color Hex Logo

#b597bc Color Hex

#B597BC
(181,151,188)
0 Favorites   0 Comments

Color spaces of #b597bc

RGB 181151188
HSL0.800.220.66
HSV289°20°74°
CMYK 0.040.200.00   0.26
XYZ39.199835.587852.3800
Yxy35.58780.30830.2798
Hunter Lab59.655512.8957-10.3002
CIE-Lab66.203817.8524-14.9800

#b597bc color RGB value is (181,151,188).

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

The process color (four color CMYK) of #b597bc color hex is 0.04, 0.20, 0.00, 0.26. Web safe color of #b597bc is #cc99cc. Color #b597bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010111 10111100
Octal 265 227 274
Decimal 181 151 188
Hex B5 97 BC

RGB Percentages of Color #b597bc

%34.81
%29.04
%36.15

CMYK Percentages of Color #b597bc

%4
%20
%0
%26

Triadic Colors of #b597bc

#b597bc #bcb597 #97bcb5

Analogous Colors of #b597bc

#b597bc #bc97b1 #a397bc

Monochromatic Colors of #b597bc

#b597bc

Complementary Color

#b597bc #9ebc97

#b597bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b597bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b597bc Color CSS Codes

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

#b597bc Text Font Color

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

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


#b597bc Background Color

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

This div background color is #b597bc


#b597bc Border Color

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

This div border color is #b597bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b597bc


Comments

No comments written yet.

Please login to write comment.