Color Hex Logo

#b97c93 Color Hex

#B97C93
(185,124,147)
0 Favorites   0 Comments

Color spaces of #b97c93

RGB 185124147
HSL0.940.300.61
HSV337°33°73°
CMYK 0.000.330.21   0.27
XYZ32.481726.836231.0717
Yxy26.83620.35940.2969
Hunter Lab51.803721.26580.7006
CIE-Lab58.822427.0618-2.6693

#b97c93 color RGB value is (185,124,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111100 10010011
Octal 271 174 223
Decimal 185 124 147
Hex B9 7C 93

RGB Percentages of Color #b97c93

%40.57
%27.19
%32.24

CMYK Percentages of Color #b97c93

%0
%33
%21
%27

Triadic Colors of #b97c93

#b97c93 #93b97c #7c93b9

Analogous Colors of #b97c93

#b97c93 #b9847c #b97cb2

Monochromatic Colors of #b97c93

#b97c93

Complementary Color

#b97c93 #7cb9a2

#b97c93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97c93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97c93 Color CSS Codes

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

#b97c93 Text Font Color

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

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


#b97c93 Background Color

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

This div background color is #b97c93


#b97c93 Border Color

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

This div border color is #b97c93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97c93


Comments

No comments written yet.

Please login to write comment.