Color Hex Logo

#b19acd Color Hex

#B19ACD
(177,154,205)
0 Favorites   0 Comments

Color spaces of #b19acd

RGB 177154205
HSL0.740.340.70
HSV267°25°80°
CMYK 0.140.250.00   0.20
XYZ40.706536.866162.7280
Yxy36.86610.29010.2628
Hunter Lab60.717513.4153-18.7510
CIE-Lab67.176518.3684-23.0091

#b19acd color RGB value is (177,154,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011010 11001101
Octal 261 232 315
Decimal 177 154 205
Hex B1 9A CD

RGB Percentages of Color #b19acd

%33.02
%28.73
%38.25

CMYK Percentages of Color #b19acd

%14
%25
%0
%20

Triadic Colors of #b19acd

#b19acd #cdb19a #9acdb1

Analogous Colors of #b19acd

#b19acd #cb9acd #9a9dcd

Monochromatic Colors of #b19acd

#b19acd

Complementary Color

#b19acd #b6cd9a

#b19acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19acd Color CSS Codes

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

#b19acd Text Font Color

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

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


#b19acd Background Color

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

This div background color is #b19acd


#b19acd Border Color

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

This div border color is #b19acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19acd


Comments

No comments written yet.

Please login to write comment.