Color Hex Logo

#b19bde Color Hex

#B19BDE
(177,155,222)
0 Favorites   0 Comments

Color spaces of #b19bde

RGB 177155222
HSL0.720.500.74
HSV260°30°87°
CMYK 0.200.300.00   0.13
XYZ43.037638.063774.1859
Yxy38.06370.27710.2451
Hunter Lab61.695816.5500-28.1060
CIE-Lab68.067521.5886-31.0443

#b19bde color RGB value is (177,155,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011011 11011110
Octal 261 233 336
Decimal 177 155 222
Hex B1 9B DE

RGB Percentages of Color #b19bde

%31.95
%27.98
%40.07

CMYK Percentages of Color #b19bde

%20
%30
%0
%13

Triadic Colors of #b19bde

#b19bde #deb19b #9bdeb1

Analogous Colors of #b19bde

#b19bde #d39bde #9ba7de

Monochromatic Colors of #b19bde

#b19bde

Complementary Color

#b19bde #c8de9b

#b19bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19bde Color CSS Codes

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

#b19bde Text Font Color

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

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


#b19bde Background Color

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

This div background color is #b19bde


#b19bde Border Color

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

This div border color is #b19bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19bde


Comments

No comments written yet.

Please login to write comment.