Color Hex Logo

#b49bdd Color Hex

#B49BDD
(180,155,221)
0 Favorites   0 Comments

Color spaces of #b49bdd

RGB 180155221
HSL0.730.490.74
HSV263°30°87°
CMYK 0.190.300.00   0.13
XYZ43.594938.366473.5144
Yxy38.36640.28040.2468
Hunter Lab61.940617.2354-27.0101
CIE-Lab68.289822.2808-30.1284

#b49bdd color RGB value is (180,155,221).

#b49bdd hex color red value is 180, green value is 155 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b49bdd hue: 0.73 , saturation: 0.49 and the lightness value of b49bdd is 0.74.

The process color (four color CMYK) of #b49bdd color hex is 0.19, 0.30, 0.00, 0.13. Web safe color of #b49bdd is #cc99cc. Color #b49bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011011 11011101
Octal 264 233 335
Decimal 180 155 221
Hex B4 9B DD

RGB Percentages of Color #b49bdd

%32.37
%27.88
%39.75

CMYK Percentages of Color #b49bdd

%19
%30
%0
%13

Triadic Colors of #b49bdd

#b49bdd #ddb49b #9bddb4

Analogous Colors of #b49bdd

#b49bdd #d59bdd #9ba3dd

Monochromatic Colors of #b49bdd

#b49bdd

Complementary Color

#b49bdd #c4dd9b

#b49bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49bdd Color CSS Codes

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

#b49bdd Text Font Color

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

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


#b49bdd Background Color

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

This div background color is #b49bdd


#b49bdd Border Color

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

This div border color is #b49bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49bdd


Comments

No comments written yet.

Please login to write comment.