Color Hex Logo

#b09acf Color Hex

#B09ACF
(176,154,207)
0 Favorites   0 Comments

Color spaces of #b09acf

RGB 176154207
HSL0.740.360.71
HSV265°26°81°
CMYK 0.150.260.00   0.19
XYZ40.722636.846363.9972
Yxy36.84630.28770.2603
Hunter Lab60.701213.5233-20.0186
CIE-Lab67.161618.4822-24.1497

#b09acf color RGB value is (176,154,207).

#b09acf hex color red value is 176, green value is 154 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b09acf hue: 0.74 , saturation: 0.36 and the lightness value of b09acf is 0.71.

The process color (four color CMYK) of #b09acf color hex is 0.15, 0.26, 0.00, 0.19. Web safe color of #b09acf is #9999cc. Color #b09acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011010 11001111
Octal 260 232 317
Decimal 176 154 207
Hex B0 9A CF

RGB Percentages of Color #b09acf

%32.77
%28.68
%38.55

CMYK Percentages of Color #b09acf

%15
%26
%0
%19

Triadic Colors of #b09acf

#b09acf #cfb09a #9acfb0

Analogous Colors of #b09acf

#b09acf #cb9acf #9a9fcf

Monochromatic Colors of #b09acf

#b09acf

Complementary Color

#b09acf #b9cf9a

#b09acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09acf Color CSS Codes

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

#b09acf Text Font Color

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

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


#b09acf Background Color

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

This div background color is #b09acf


#b09acf Border Color

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

This div border color is #b09acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09acf


Comments

No comments written yet.

Please login to write comment.