Color Hex Logo

#b19bdd Color Hex

#B19BDD
(177,155,221)
0 Favorites   0 Comments

Color spaces of #b19bdd

RGB 177155221
HSL0.720.490.74
HSV260°30°87°
CMYK 0.200.300.00   0.13
XYZ42.904038.010373.4820
Yxy38.01030.27790.2462
Hunter Lab61.652516.3264-27.5095
CIE-Lab68.028221.3605-30.5537

#b19bdd color RGB value is (177,155,221).

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

The process color (four color CMYK) of #b19bdd color hex is 0.20, 0.30, 0.00, 0.13. Web safe color of #b19bdd is #9999cc. Color #b19bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011011 11011101
Octal 261 233 335
Decimal 177 155 221
Hex B1 9B DD

RGB Percentages of Color #b19bdd

%32.01
%28.03
%39.96

CMYK Percentages of Color #b19bdd

%20
%30
%0
%13

Triadic Colors of #b19bdd

#b19bdd #ddb19b #9bddb1

Analogous Colors of #b19bdd

#b19bdd #d29bdd #9ba6dd

Monochromatic Colors of #b19bdd

#b19bdd

Complementary Color

#b19bdd #c7dd9b

#b19bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19bdd Color CSS Codes

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

#b19bdd Text Font Color

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

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


#b19bdd Background Color

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

This div background color is #b19bdd


#b19bdd Border Color

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

This div border color is #b19bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19bdd


Comments

No comments written yet.

Please login to write comment.