Color Hex Logo

#b49bbf Color Hex

#B49BBF
(180,155,191)
0 Favorites   0 Comments

Color spaces of #b49bbf

RGB 180155191
HSL0.780.220.68
HSV282°19°75°
CMYK 0.060.190.00   0.25
XYZ39.947736.907654.3086
Yxy36.90760.30460.2814
Hunter Lab60.751611.0587-10.4758
CIE-Lab67.207715.8774-15.1494

#b49bbf color RGB value is (180,155,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011011 10111111
Octal 264 233 277
Decimal 180 155 191
Hex B4 9B BF

RGB Percentages of Color #b49bbf

%34.22
%29.47
%36.31

CMYK Percentages of Color #b49bbf

%6
%19
%0
%25

Triadic Colors of #b49bbf

#b49bbf #bfb49b #9bbfb4

Analogous Colors of #b49bbf

#b49bbf #bf9bb8 #a29bbf

Monochromatic Colors of #b49bbf

#b49bbf

Complementary Color

#b49bbf #a6bf9b

#b49bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49bbf Color CSS Codes

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

#b49bbf Text Font Color

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

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


#b49bbf Background Color

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

This div background color is #b49bbf


#b49bbf Border Color

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

This div border color is #b49bbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,155,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 #b49bbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49bbf


Comments

No comments written yet.

Please login to write comment.