Color Hex Logo

#b19acb Color Hex

#B19ACB
(177,154,203)
0 Favorites   0 Comments

Color spaces of #b19acb

RGB 177154203
HSL0.740.320.70
HSV268°24°80°
CMYK 0.130.240.00   0.20
XYZ40.466636.770161.4644
Yxy36.77010.29180.2651
Hunter Lab60.638413.0037-17.6508
CIE-Lab67.104217.9380-22.0087

#b19acb color RGB value is (177,154,203).

#b19acb hex color red value is 177, green value is 154 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b19acb hue: 0.74 , saturation: 0.32 and the lightness value of b19acb is 0.70.

The process color (four color CMYK) of #b19acb color hex is 0.13, 0.24, 0.00, 0.20. Web safe color of #b19acb is #9999cc. Color #b19acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011010 11001011
Octal 261 232 313
Decimal 177 154 203
Hex B1 9A CB

RGB Percentages of Color #b19acb

%33.15
%28.84
%38.01

CMYK Percentages of Color #b19acb

%13
%24
%0
%20

Triadic Colors of #b19acb

#b19acb #cbb19a #9acbb1

Analogous Colors of #b19acb

#b19acb #ca9acb #9a9ccb

Monochromatic Colors of #b19acb

#b19acb

Complementary Color

#b19acb #b4cb9a

#b19acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19acb Color CSS Codes

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

#b19acb Text Font Color

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

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


#b19acb Background Color

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

This div background color is #b19acb


#b19acb Border Color

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

This div border color is #b19acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19acb


Comments

No comments written yet.

Please login to write comment.