Color Hex Logo

#b09ac8 Color Hex

#B09AC8
(176,154,200)
1 Favorites   0 Comments

Color spaces of #b09ac8

RGB 176154200
HSL0.750.290.69
HSV269°23°78°
CMYK 0.120.230.00   0.22
XYZ39.885436.511459.5888
Yxy36.51140.29330.2685
Hunter Lab60.424712.0820-16.1726
CIE-Lab66.908816.9705-20.6468

#b09ac8 color RGB value is (176,154,200).

#b09ac8 hex color red value is 176, green value is 154 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #b09ac8 hue: 0.75 , saturation: 0.29 and the lightness value of b09ac8 is 0.69.

The process color (four color CMYK) of #b09ac8 color hex is 0.12, 0.23, 0.00, 0.22. Web safe color of #b09ac8 is #9999cc. Color #b09ac8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011010 11001000
Octal 260 232 310
Decimal 176 154 200
Hex B0 9A C8

RGB Percentages of Color #b09ac8

%33.21
%29.06
%37.74

CMYK Percentages of Color #b09ac8

%12
%23
%0
%22

Triadic Colors of #b09ac8

#b09ac8 #c8b09a #9ac8b0

Analogous Colors of #b09ac8

#b09ac8 #c79ac8 #9a9bc8

Monochromatic Colors of #b09ac8

#b09ac8

Complementary Color

#b09ac8 #b2c89a

#b09ac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09ac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09ac8 Color CSS Codes

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

#b09ac8 Text Font Color

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

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


#b09ac8 Background Color

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

This div background color is #b09ac8


#b09ac8 Border Color

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

This div border color is #b09ac8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09ac8


Comments

No comments written yet.

Please login to write comment.