Color Hex Logo

#b19bdf Color Hex

#B19BDF
(177,155,223)
0 Favorites   0 Comments

Color spaces of #b19bdf

RGB 177155223
HSL0.720.520.74
HSV259°30°87°
CMYK 0.210.300.00   0.13
XYZ43.172138.117574.8940
Yxy38.11750.27640.2441
Hunter Lab61.739416.7747-28.7052
CIE-Lab68.107121.8175-31.5342

#b19bdf color RGB value is (177,155,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011011 11011111
Octal 261 233 337
Decimal 177 155 223
Hex B1 9B DF

RGB Percentages of Color #b19bdf

%31.89
%27.93
%40.18

CMYK Percentages of Color #b19bdf

%21
%30
%0
%13

Triadic Colors of #b19bdf

#b19bdf #dfb19b #9bdfb1

Analogous Colors of #b19bdf

#b19bdf #d39bdf #9ba7df

Monochromatic Colors of #b19bdf

#b19bdf

Complementary Color

#b19bdf #c9df9b

#b19bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19bdf Color CSS Codes

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

#b19bdf Text Font Color

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

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


#b19bdf Background Color

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

This div background color is #b19bdf


#b19bdf Border Color

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

This div border color is #b19bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19bdf


Comments

No comments written yet.

Please login to write comment.