Color Hex Logo

#b97caf Color Hex

#B97CAF
(185,124,175)
0 Favorites   0 Comments

Color spaces of #b97caf

RGB 185124175
HSL0.860.300.61
HSV310°33°73°
CMYK 0.000.330.05   0.27
XYZ34.953127.824744.0859
Yxy27.82470.32710.2604
Hunter Lab52.749125.9683-12.6282
CIE-Lab59.730031.7996-17.3906

#b97caf color RGB value is (185,124,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111100 10101111
Octal 271 174 257
Decimal 185 124 175
Hex B9 7C AF

RGB Percentages of Color #b97caf

%38.22
%25.62
%36.16

CMYK Percentages of Color #b97caf

%0
%33
%5
%27

Triadic Colors of #b97caf

#b97caf #afb97c #7cafb9

Analogous Colors of #b97caf

#b97caf #b97c91 #a57cb9

Monochromatic Colors of #b97caf

#b97caf

Complementary Color

#b97caf #7cb986

#b97caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97caf Color CSS Codes

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

#b97caf Text Font Color

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

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


#b97caf Background Color

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

This div background color is #b97caf


#b97caf Border Color

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

This div border color is #b97caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97caf


Comments

No comments written yet.

Please login to write comment.