Color Hex Logo

#b19fbc Color Hex

#B19FBC
(177,159,188)
0 Favorites   0 Comments

Color spaces of #b19fbc

RGB 177159188
HSL0.770.180.68
HSV277°15°74°
CMYK 0.060.150.00   0.26
XYZ39.606737.774252.7806
Yxy37.77420.30430.2902
Hunter Lab61.46077.4732-7.8939
CIE-Lab67.853912.0232-12.5335

#b19fbc color RGB value is (177,159,188).

#b19fbc hex color red value is 177, green value is 159 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b19fbc hue: 0.77 , saturation: 0.18 and the lightness value of b19fbc is 0.68.

The process color (four color CMYK) of #b19fbc color hex is 0.06, 0.15, 0.00, 0.26. Web safe color of #b19fbc is #9999cc. Color #b19fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011111 10111100
Octal 261 237 274
Decimal 177 159 188
Hex B1 9F BC

RGB Percentages of Color #b19fbc

%33.78
%30.34
%35.88

CMYK Percentages of Color #b19fbc

%6
%15
%0
%26

Triadic Colors of #b19fbc

#b19fbc #bcb19f #9fbcb1

Analogous Colors of #b19fbc

#b19fbc #bc9fb9 #a39fbc

Monochromatic Colors of #b19fbc

#b19fbc

Complementary Color

#b19fbc #aabc9f

#b19fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19fbc Color CSS Codes

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

#b19fbc Text Font Color

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

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


#b19fbc Background Color

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

This div background color is #b19fbc


#b19fbc Border Color

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

This div border color is #b19fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19fbc


Comments

No comments written yet.

Please login to write comment.