Color Hex Logo

#b19eac Color Hex

#B19EAC
(177,158,172)
0 Favorites   0 Comments

Color spaces of #b19eac

RGB 177158172
HSL0.880.110.66
HSV316°11°69°
CMYK 0.000.110.03   0.31
XYZ37.804736.779444.1363
Yxy36.77940.31840.3098
Hunter Lab60.64605.1404-0.6972
CIE-Lab67.11129.4724-4.7208

#b19eac color RGB value is (177,158,172).

#b19eac hex color red value is 177, green value is 158 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b19eac hue: 0.88 , saturation: 0.11 and the lightness value of b19eac is 0.66.

The process color (four color CMYK) of #b19eac color hex is 0.00, 0.11, 0.03, 0.31. Web safe color of #b19eac is #999999. Color #b19eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011110 10101100
Octal 261 236 254
Decimal 177 158 172
Hex B1 9E AC

RGB Percentages of Color #b19eac

%34.91
%31.16
%33.93

CMYK Percentages of Color #b19eac

%0
%11
%3
%31

Triadic Colors of #b19eac

#b19eac #acb19e #9eacb1

Analogous Colors of #b19eac

#b19eac #b19ea3 #ad9eb1

Monochromatic Colors of #b19eac

#b19eac

Complementary Color

#b19eac #9eb1a3

#b19eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19eac Color CSS Codes

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

#b19eac Text Font Color

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

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


#b19eac Background Color

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

This div background color is #b19eac


#b19eac Border Color

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

This div border color is #b19eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19eac


Comments

No comments written yet.

Please login to write comment.