Color Hex Logo

#b19acc Color Hex

#B19ACC
(177,154,204)
0 Favorites   0 Comments

Color spaces of #b19acc

RGB 177154204
HSL0.740.330.70
HSV268°25°80°
CMYK 0.130.250.00   0.20
XYZ40.586136.817962.0942
Yxy36.81790.29090.2639
Hunter Lab60.677813.2089-18.1996
CIE-Lab67.140218.1527-22.5092

#b19acc color RGB value is (177,154,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011010 11001100
Octal 261 232 314
Decimal 177 154 204
Hex B1 9A CC

RGB Percentages of Color #b19acc

%33.08
%28.79
%38.13

CMYK Percentages of Color #b19acc

%13
%25
%0
%20

Triadic Colors of #b19acc

#b19acc #ccb19a #9accb1

Analogous Colors of #b19acc

#b19acc #ca9acc #9a9ccc

Monochromatic Colors of #b19acc

#b19acc

Complementary Color

#b19acc #b5cc9a

#b19acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19acc Color CSS Codes

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

#b19acc Text Font Color

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

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


#b19acc Background Color

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

This div background color is #b19acc


#b19acc Border Color

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

This div border color is #b19acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19acc


Comments

No comments written yet.

Please login to write comment.