Color Hex Logo

#b19cad Color Hex

#B19CAD
(177,156,173)
0 Favorites   0 Comments

Color spaces of #b19cad

RGB 177156173
HSL0.870.120.65
HSV311°12°69°
CMYK 0.000.120.02   0.31
XYZ37.562836.141244.5313
Yxy36.14120.31770.3057
Hunter Lab60.11766.3251-1.8360
CIE-Lab66.627710.7706-5.9947

#b19cad color RGB value is (177,156,173).

#b19cad hex color red value is 177, green value is 156 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b19cad hue: 0.87 , saturation: 0.12 and the lightness value of b19cad is 0.65.

The process color (four color CMYK) of #b19cad color hex is 0.00, 0.12, 0.02, 0.31. Web safe color of #b19cad is #999999. Color #b19cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011100 10101101
Octal 261 234 255
Decimal 177 156 173
Hex B1 9C AD

RGB Percentages of Color #b19cad

%34.98
%30.83
%34.19

CMYK Percentages of Color #b19cad

%0
%12
%2
%31

Triadic Colors of #b19cad

#b19cad #adb19c #9cadb1

Analogous Colors of #b19cad

#b19cad #b19ca3 #ab9cb1

Monochromatic Colors of #b19cad

#b19cad

Complementary Color

#b19cad #9cb1a0

#b19cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19cad Color CSS Codes

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

#b19cad Text Font Color

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

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


#b19cad Background Color

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

This div background color is #b19cad


#b19cad Border Color

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

This div border color is #b19cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19cad


Comments

No comments written yet.

Please login to write comment.