Color Hex Logo

#b19ddb Color Hex

#B19DDB
(177,157,219)
0 Favorites   0 Comments

Color spaces of #b19ddb

RGB 177157219
HSL0.720.460.74
HSV259°28°86°
CMYK 0.190.280.00   0.14
XYZ42.974638.575572.1986
Yxy38.57550.27950.2509
Hunter Lab62.109214.8167-25.4450
CIE-Lab68.442619.7843-28.8118

#b19ddb color RGB value is (177,157,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011101 11011011
Octal 261 235 333
Decimal 177 157 219
Hex B1 9D DB

RGB Percentages of Color #b19ddb

%32.01
%28.39
%39.60

CMYK Percentages of Color #b19ddb

%19
%28
%0
%14

Triadic Colors of #b19ddb

#b19ddb #dbb19d #9ddbb1

Analogous Colors of #b19ddb

#b19ddb #d09ddb #9da8db

Monochromatic Colors of #b19ddb

#b19ddb

Complementary Color

#b19ddb #c7db9d

#b19ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19ddb Color CSS Codes

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

#b19ddb Text Font Color

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

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


#b19ddb Background Color

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

This div background color is #b19ddb


#b19ddb Border Color

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

This div border color is #b19ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19ddb


Comments

No comments written yet.

Please login to write comment.