Color Hex Logo

#b89daf Color Hex

#B89DAF
(184,157,175)
0 Favorites   0 Comments

Color spaces of #b89daf

RGB 184157175
HSL0.890.160.67
HSV320°15°72°
CMYK 0.000.150.05   0.28
XYZ39.562037.399445.6911
Yxy37.39940.32260.3049
Hunter Lab61.15508.4526-1.4891
CIE-Lab67.575613.0821-5.6382

#b89daf color RGB value is (184,157,175).

#b89daf hex color red value is 184, green value is 157 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b89daf hue: 0.89 , saturation: 0.16 and the lightness value of b89daf is 0.67.

The process color (four color CMYK) of #b89daf color hex is 0.00, 0.15, 0.05, 0.28. Web safe color of #b89daf is #cc9999. Color #b89daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011101 10101111
Octal 270 235 257
Decimal 184 157 175
Hex B8 9D AF

RGB Percentages of Color #b89daf

%35.66
%30.43
%33.91

CMYK Percentages of Color #b89daf

%0
%15
%5
%28

Triadic Colors of #b89daf

#b89daf #afb89d #9dafb8

Analogous Colors of #b89daf

#b89daf #b89da2 #b49db8

Monochromatic Colors of #b89daf

#b89daf

Complementary Color

#b89daf #9db8a6

#b89daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89daf Color CSS Codes

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

#b89daf Text Font Color

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

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


#b89daf Background Color

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

This div background color is #b89daf


#b89daf Border Color

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

This div border color is #b89daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,157,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 #b89daf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89daf


Comments

No comments written yet.

Please login to write comment.