Color Hex Logo

#b19ddf Color Hex

#B19DDF
(177,157,223)
0 Favorites   0 Comments

Color spaces of #b19ddf

RGB 177157223
HSL0.720.510.75
HSV258°30°87°
CMYK 0.210.300.00   0.13
XYZ43.507738.788875.0059
Yxy38.78880.27660.2466
Hunter Lab62.280715.7045-27.8077
CIE-Lab68.598020.6951-30.7757

#b19ddf color RGB value is (177,157,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011101 11011111
Octal 261 235 337
Decimal 177 157 223
Hex B1 9D DF

RGB Percentages of Color #b19ddf

%31.78
%28.19
%40.04

CMYK Percentages of Color #b19ddf

%21
%30
%0
%13

Triadic Colors of #b19ddf

#b19ddf #dfb19d #9ddfb1

Analogous Colors of #b19ddf

#b19ddf #d29ddf #9daadf

Monochromatic Colors of #b19ddf

#b19ddf

Complementary Color

#b19ddf #cbdf9d

#b19ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19ddf Color CSS Codes

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

#b19ddf Text Font Color

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

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


#b19ddf Background Color

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

This div background color is #b19ddf


#b19ddf Border Color

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

This div border color is #b19ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19ddf


Comments

No comments written yet.

Please login to write comment.