Color Hex Logo

#b97bcb Color Hex

#B97BCB
(185,123,203)
0 Favorites   0 Comments

Color spaces of #b97bcb

RGB 185123203
HSL0.800.430.64
HSV287°39°80°
CMYK 0.090.390.00   0.20
XYZ37.870028.792060.0614
Yxy28.79200.29880.2272
Hunter Lab53.658232.0770-28.8046
CIE-Lab60.597637.7597-31.9595

#b97bcb color RGB value is (185,123,203).

#b97bcb hex color red value is 185, green value is 123 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b97bcb hue: 0.80 , saturation: 0.43 and the lightness value of b97bcb is 0.64.

The process color (four color CMYK) of #b97bcb color hex is 0.09, 0.39, 0.00, 0.20. Web safe color of #b97bcb is #cc66cc. Color #b97bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111011 11001011
Octal 271 173 313
Decimal 185 123 203
Hex B9 7B CB

RGB Percentages of Color #b97bcb

%36.20
%24.07
%39.73

CMYK Percentages of Color #b97bcb

%9
%39
%0
%20

Triadic Colors of #b97bcb

#b97bcb #cbb97b #7bcbb9

Analogous Colors of #b97bcb

#b97bcb #cb7bb5 #917bcb

Monochromatic Colors of #b97bcb

#b97bcb

Complementary Color

#b97bcb #8dcb7b

#b97bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97bcb Color CSS Codes

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

#b97bcb Text Font Color

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

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


#b97bcb Background Color

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

This div background color is #b97bcb


#b97bcb Border Color

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

This div border color is #b97bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97bcb


Comments

No comments written yet.

Please login to write comment.