Color Hex Logo

#b09abf Color Hex

#B09ABF
(176,154,191)
0 Favorites   0 Comments

Color spaces of #b09abf

RGB 176154191
HSL0.770.220.68
HSV276°19°75°
CMYK 0.080.190.00   0.25
XYZ38.864136.102954.2104
Yxy36.10290.30090.2795
Hunter Lab60.085710.3059-11.4325
CIE-Lab66.598515.0856-16.1040

#b09abf color RGB value is (176,154,191).

#b09abf hex color red value is 176, green value is 154 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b09abf hue: 0.77 , saturation: 0.22 and the lightness value of b09abf is 0.68.

The process color (four color CMYK) of #b09abf color hex is 0.08, 0.19, 0.00, 0.25. Web safe color of #b09abf is #9999cc. Color #b09abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011010 10111111
Octal 260 232 277
Decimal 176 154 191
Hex B0 9A BF

RGB Percentages of Color #b09abf

%33.78
%29.56
%36.66

CMYK Percentages of Color #b09abf

%8
%19
%0
%25

Triadic Colors of #b09abf

#b09abf #bfb09a #9abfb0

Analogous Colors of #b09abf

#b09abf #bf9abc #9e9abf

Monochromatic Colors of #b09abf

#b09abf

Complementary Color

#b09abf #a9bf9a

#b09abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09abf Color CSS Codes

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

#b09abf Text Font Color

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

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


#b09abf Background Color

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

This div background color is #b09abf


#b09abf Border Color

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

This div border color is #b09abf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,154,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b09abf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b09abf;
  -webkit-box-shadow: 1px 1px 3px 2px #b09abf;
  box-shadow:         1px 1px 3px 2px #b09abf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,154,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09abf


Comments

No comments written yet.

Please login to write comment.