Color Hex Logo

#b19bdb Color Hex

#B19BDB
(177,155,219)
0 Favorites   0 Comments

Color spaces of #b19bdb

RGB 177155219
HSL0.720.470.73
HSV261°29°86°
CMYK 0.190.290.00   0.14
XYZ42.639037.904372.0868
Yxy37.90430.27940.2483
Hunter Lab61.566515.8822-26.3248
CIE-Lab67.950020.9062-29.5711

#b19bdb color RGB value is (177,155,219).

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

The process color (four color CMYK) of #b19bdb color hex is 0.19, 0.29, 0.00, 0.14. Web safe color of #b19bdb is #9999cc. Color #b19bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011011 11011011
Octal 261 233 333
Decimal 177 155 219
Hex B1 9B DB

RGB Percentages of Color #b19bdb

%32.12
%28.13
%39.75

CMYK Percentages of Color #b19bdb

%19
%29
%0
%14

Triadic Colors of #b19bdb

#b19bdb #dbb19b #9bdbb1

Analogous Colors of #b19bdb

#b19bdb #d19bdb #9ba5db

Monochromatic Colors of #b19bdb

#b19bdb

Complementary Color

#b19bdb #c5db9b

#b19bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19bdb Color CSS Codes

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

#b19bdb Text Font Color

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

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


#b19bdb Background Color

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

This div background color is #b19bdb


#b19bdb Border Color

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

This div border color is #b19bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19bdb


Comments

No comments written yet.

Please login to write comment.