Color Hex Logo

#b49cbf Color Hex

#B49CBF
(180,156,191)
0 Favorites   0 Comments

Color spaces of #b49cbf

RGB 180156191
HSL0.780.210.68
HSV281°18°75°
CMYK 0.060.180.00   0.25
XYZ40.114837.241854.3643
Yxy37.24180.30450.2827
Hunter Lab61.026110.5394-10.0995
CIE-Lab67.458015.3196-14.7719

#b49cbf color RGB value is (180,156,191).

#b49cbf hex color red value is 180, green value is 156 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b49cbf hue: 0.78 , saturation: 0.21 and the lightness value of b49cbf is 0.68.

The process color (four color CMYK) of #b49cbf color hex is 0.06, 0.18, 0.00, 0.25. Web safe color of #b49cbf is #cc99cc. Color #b49cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011100 10111111
Octal 264 234 277
Decimal 180 156 191
Hex B4 9C BF

RGB Percentages of Color #b49cbf

%34.16
%29.60
%36.24

CMYK Percentages of Color #b49cbf

%6
%18
%0
%25

Triadic Colors of #b49cbf

#b49cbf #bfb49c #9cbfb4

Analogous Colors of #b49cbf

#b49cbf #bf9cb9 #a39cbf

Monochromatic Colors of #b49cbf

#b49cbf

Complementary Color

#b49cbf #a7bf9c

#b49cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49cbf Color CSS Codes

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

#b49cbf Text Font Color

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

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


#b49cbf Background Color

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

This div background color is #b49cbf


#b49cbf Border Color

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

This div border color is #b49cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49cbf


Comments

No comments written yet.

Please login to write comment.