Color Hex Logo

#b97cad Color Hex

#B97CAD
(185,124,173)
0 Favorites   0 Comments

Color spaces of #b97cad

RGB 185124173
HSL0.870.300.61
HSV312°33°73°
CMYK 0.000.330.06   0.27
XYZ34.758127.746743.0589
Yxy27.74670.32930.2628
Hunter Lab52.675125.6031-11.5936
CIE-Lab59.659231.4375-16.3547

#b97cad color RGB value is (185,124,173).

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

The process color (four color CMYK) of #b97cad color hex is 0.00, 0.33, 0.06, 0.27. Web safe color of #b97cad is #cc6699. Color #b97cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111100 10101101
Octal 271 174 255
Decimal 185 124 173
Hex B9 7C AD

RGB Percentages of Color #b97cad

%38.38
%25.73
%35.89

CMYK Percentages of Color #b97cad

%0
%33
%6
%27

Triadic Colors of #b97cad

#b97cad #adb97c #7cadb9

Analogous Colors of #b97cad

#b97cad #b97c8f #a77cb9

Monochromatic Colors of #b97cad

#b97cad

Complementary Color

#b97cad #7cb988

#b97cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97cad Color CSS Codes

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

#b97cad Text Font Color

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

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


#b97cad Background Color

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

This div background color is #b97cad


#b97cad Border Color

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

This div border color is #b97cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97cad


Comments

No comments written yet.

Please login to write comment.