Color Hex Logo

#b49dcb Color Hex

#B49DCB
(180,157,203)
0 Favorites   0 Comments

Color spaces of #b49dcb

RGB 180157203
HSL0.750.310.71
HSV270°23°80°
CMYK 0.110.230.00   0.20
XYZ41.658938.129061.6639
Yxy38.12900.29450.2696
Hunter Lab61.748712.3653-15.9845
CIE-Lab68.115617.2371-20.4435

#b49dcb color RGB value is (180,157,203).

#b49dcb hex color red value is 180, green value is 157 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b49dcb hue: 0.75 , saturation: 0.31 and the lightness value of b49dcb is 0.71.

The process color (four color CMYK) of #b49dcb color hex is 0.11, 0.23, 0.00, 0.20. Web safe color of #b49dcb is #cc99cc. Color #b49dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011101 11001011
Octal 264 235 313
Decimal 180 157 203
Hex B4 9D CB

RGB Percentages of Color #b49dcb

%33.33
%29.07
%37.59

CMYK Percentages of Color #b49dcb

%11
%23
%0
%20

Triadic Colors of #b49dcb

#b49dcb #cbb49d #9dcbb4

Analogous Colors of #b49dcb

#b49dcb #cb9dcb #9d9dcb

Monochromatic Colors of #b49dcb

#b49dcb

Complementary Color

#b49dcb #b4cb9d

#b49dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49dcb Color CSS Codes

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

#b49dcb Text Font Color

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

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


#b49dcb Background Color

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

This div background color is #b49dcb


#b49dcb Border Color

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

This div border color is #b49dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49dcb


Comments

No comments written yet.

Please login to write comment.