Color Hex Logo

#b97cbc Color Hex

#B97CBC
(185,124,188)
0 Favorites   0 Comments

Color spaces of #b97cbc

RGB 185124188
HSL0.830.320.61
HSV297°34°74°
CMYK 0.020.340.00   0.26
XYZ36.292328.360451.1382
Yxy28.36040.31340.2449
Hunter Lab53.254528.4503-19.6557
CIE-Lab60.213034.2358-24.0607

#b97cbc color RGB value is (185,124,188).

#b97cbc hex color red value is 185, green value is 124 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b97cbc hue: 0.83 , saturation: 0.32 and the lightness value of b97cbc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111100 10111100
Octal 271 174 274
Decimal 185 124 188
Hex B9 7C BC

RGB Percentages of Color #b97cbc

%37.22
%24.95
%37.83

CMYK Percentages of Color #b97cbc

%2
%34
%0
%26

Triadic Colors of #b97cbc

#b97cbc #bcb97c #7cbcb9

Analogous Colors of #b97cbc

#b97cbc #bc7c9f #997cbc

Monochromatic Colors of #b97cbc

#b97cbc

Complementary Color

#b97cbc #7fbc7c

#b97cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97cbc Color CSS Codes

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

#b97cbc Text Font Color

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

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


#b97cbc Background Color

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

This div background color is #b97cbc


#b97cbc Border Color

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

This div border color is #b97cbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,124,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 #b97cbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97cbc


Comments

No comments written yet.

Please login to write comment.