Color Hex Logo

#b89fa0 Color Hex

#B89FA0
(184,159,160)
0 Favorites   0 Comments

Color spaces of #b89fa0

RGB 184159160
HSL0.990.150.67
HSV358°14°72°
CMYK 0.000.140.13   0.28
XYZ38.510537.524738.4710
Yxy37.52470.33630.3277
Hunter Lab61.25745.01665.6448
CIE-Lab67.66889.34302.8658

#b89fa0 color RGB value is (184,159,160).

#b89fa0 hex color red value is 184, green value is 159 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #b89fa0 hue: 0.99 , saturation: 0.15 and the lightness value of b89fa0 is 0.67.

The process color (four color CMYK) of #b89fa0 color hex is 0.00, 0.14, 0.13, 0.28. Web safe color of #b89fa0 is #cc9999. Color #b89fa0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011111 10100000
Octal 270 237 240
Decimal 184 159 160
Hex B8 9F A0

RGB Percentages of Color #b89fa0

%36.58
%31.61
%31.81

CMYK Percentages of Color #b89fa0

%0
%14
%13
%28

Triadic Colors of #b89fa0

#b89fa0 #a0b89f #9fa0b8

Analogous Colors of #b89fa0

#b89fa0 #b8ab9f #b89fad

Monochromatic Colors of #b89fa0

#b89fa0

Complementary Color

#b89fa0 #9fb8b7

#b89fa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89fa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89fa0 Color CSS Codes

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

#b89fa0 Text Font Color

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

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


#b89fa0 Background Color

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

This div background color is #b89fa0


#b89fa0 Border Color

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

This div border color is #b89fa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89fa0


Comments

No comments written yet.

Please login to write comment.