Color Hex Logo

#b88c97 Color Hex

#B88C97
(184,140,151)
0 Favorites   0 Comments

Color spaces of #b88c97

RGB 184140151
HSL0.960.240.64
HSV345°24°72°
CMYK 0.000.240.18   0.28
XYZ34.731231.180933.4661
Yxy31.18090.34950.3138
Hunter Lab55.839913.30343.5541
CIE-Lab62.660018.41050.6484

#b88c97 color RGB value is (184,140,151).

#b88c97 hex color red value is 184, green value is 140 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #b88c97 hue: 0.96 , saturation: 0.24 and the lightness value of b88c97 is 0.64.

The process color (four color CMYK) of #b88c97 color hex is 0.00, 0.24, 0.18, 0.28. Web safe color of #b88c97 is #cc9999. Color #b88c97 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001100 10010111
Octal 270 214 227
Decimal 184 140 151
Hex B8 8C 97

RGB Percentages of Color #b88c97

%38.74
%29.47
%31.79

CMYK Percentages of Color #b88c97

%0
%24
%18
%28

Triadic Colors of #b88c97

#b88c97 #97b88c #8c97b8

Analogous Colors of #b88c97

#b88c97 #b8978c #b88cad

Monochromatic Colors of #b88c97

#b88c97

Complementary Color

#b88c97 #8cb8ad

#b88c97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88c97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88c97 Color CSS Codes

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

#b88c97 Text Font Color

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

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


#b88c97 Background Color

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

This div background color is #b88c97


#b88c97 Border Color

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

This div border color is #b88c97


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,140,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b88c97; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b88c97;
  -webkit-box-shadow: 1px 1px 3px 2px #b88c97;
  box-shadow:         1px 1px 3px 2px #b88c97; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,140,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88c97


Comments

No comments written yet.

Please login to write comment.