Color Hex Logo

#b49bde Color Hex

#B49BDE
(180,155,222)
0 Favorites   0 Comments

Color spaces of #b49bde

RGB 180155222
HSL0.730.500.74
HSV262°30°87°
CMYK 0.190.300.00   0.13
XYZ43.728638.419974.2183
Yxy38.41990.27970.2457
Hunter Lab61.983817.4573-27.6042
CIE-Lab68.329022.5058-30.6191

#b49bde color RGB value is (180,155,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011011 11011110
Octal 264 233 336
Decimal 180 155 222
Hex B4 9B DE

RGB Percentages of Color #b49bde

%32.32
%27.83
%39.86

CMYK Percentages of Color #b49bde

%19
%30
%0
%13

Triadic Colors of #b49bde

#b49bde #deb49b #9bdeb4

Analogous Colors of #b49bde

#b49bde #d69bde #9ba4de

Monochromatic Colors of #b49bde

#b49bde

Complementary Color

#b49bde #c5de9b

#b49bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49bde Color CSS Codes

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

#b49bde Text Font Color

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

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


#b49bde Background Color

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

This div background color is #b49bde


#b49bde Border Color

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

This div border color is #b49bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49bde


Comments

No comments written yet.

Please login to write comment.