Color Hex Logo

#b97bbd Color Hex

#B97BBD
(185,123,189)
0 Favorites   0 Comments

Color spaces of #b97bbd

RGB 185123189
HSL0.820.330.61
HSV296°35°74°
CMYK 0.020.350.00   0.26
XYZ36.275928.154351.6665
Yxy28.15430.31250.2425
Hunter Lab53.060629.1788-20.5898
CIE-Lab60.027934.9789-24.9133

#b97bbd color RGB value is (185,123,189).

#b97bbd hex color red value is 185, green value is 123 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b97bbd hue: 0.82 , saturation: 0.33 and the lightness value of b97bbd is 0.61.

The process color (four color CMYK) of #b97bbd color hex is 0.02, 0.35, 0.00, 0.26. Web safe color of #b97bbd is #cc66cc. Color #b97bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111011 10111101
Octal 271 173 275
Decimal 185 123 189
Hex B9 7B BD

RGB Percentages of Color #b97bbd

%37.22
%24.75
%38.03

CMYK Percentages of Color #b97bbd

%2
%35
%0
%26

Triadic Colors of #b97bbd

#b97bbd #bdb97b #7bbdb9

Analogous Colors of #b97bbd

#b97bbd #bd7ba0 #987bbd

Monochromatic Colors of #b97bbd

#b97bbd

Complementary Color

#b97bbd #7fbd7b

#b97bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97bbd Color CSS Codes

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

#b97bbd Text Font Color

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

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


#b97bbd Background Color

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

This div background color is #b97bbd


#b97bbd Border Color

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

This div border color is #b97bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,123,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b97bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b97bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #b97bbd;
  box-shadow:         1px 1px 3px 2px #b97bbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,123,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97bbd


Comments

No comments written yet.

Please login to write comment.