Color Hex Logo

#b97db6 Color Hex

#B97DB6
(185,125,182)
0 Favorites   0 Comments

Color spaces of #b97db6

RGB 185125182
HSL0.840.300.61
HSV303°32°73°
CMYK 0.000.320.02   0.27
XYZ35.784728.358947.8437
Yxy28.35890.31950.2532
Hunter Lab53.253126.7545-15.9902
CIE-Lab60.211632.5425-20.6501

#b97db6 color RGB value is (185,125,182).

#b97db6 hex color red value is 185, green value is 125 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #b97db6 hue: 0.84 , saturation: 0.30 and the lightness value of b97db6 is 0.61.

The process color (four color CMYK) of #b97db6 color hex is 0.00, 0.32, 0.02, 0.27. Web safe color of #b97db6 is #cc66cc. Color #b97db6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111101 10110110
Octal 271 175 266
Decimal 185 125 182
Hex B9 7D B6

RGB Percentages of Color #b97db6

%37.60
%25.41
%36.99

CMYK Percentages of Color #b97db6

%0
%32
%2
%27

Triadic Colors of #b97db6

#b97db6 #b6b97d #7db6b9

Analogous Colors of #b97db6

#b97db6 #b97d98 #9e7db9

Monochromatic Colors of #b97db6

#b97db6

Complementary Color

#b97db6 #7db980

#b97db6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97db6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97db6 Color CSS Codes

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

#b97db6 Text Font Color

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

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


#b97db6 Background Color

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

This div background color is #b97db6


#b97db6 Border Color

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

This div border color is #b97db6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97db6


Comments

No comments written yet.

Please login to write comment.