Color Hex Logo

#b19dec Color Hex

#B19DEC
(177,157,236)
0 Favorites   0 Comments

Color spaces of #b19dec

RGB 177157236
HSL0.710.680.77
HSV255°33°93°
CMYK 0.250.330.00   0.07
XYZ45.328839.517284.5954
Yxy39.51720.26750.2332
Hunter Lab62.862718.7024-35.7837
CIE-Lab69.124323.7298-37.0961

#b19dec color RGB value is (177,157,236).

#b19dec hex color red value is 177, green value is 157 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b19dec hue: 0.71 , saturation: 0.68 and the lightness value of b19dec is 0.77.

The process color (four color CMYK) of #b19dec color hex is 0.25, 0.33, 0.00, 0.07. Web safe color of #b19dec is #9999ff. Color #b19dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011101 11101100
Octal 261 235 354
Decimal 177 157 236
Hex B1 9D EC

RGB Percentages of Color #b19dec

%31.05
%27.54
%41.40

CMYK Percentages of Color #b19dec

%25
%33
%0
%7

Triadic Colors of #b19dec

#b19dec #ecb19d #9decb1

Analogous Colors of #b19dec

#b19dec #d99dec #9db1ec

Monochromatic Colors of #b19dec

#b19dec

Complementary Color

#b19dec #d8ec9d

#b19dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19dec Color CSS Codes

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

#b19dec Text Font Color

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

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


#b19dec Background Color

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

This div background color is #b19dec


#b19dec Border Color

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

This div border color is #b19dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19dec


Comments

No comments written yet.

Please login to write comment.