Color Hex Logo

#b19dcd Color Hex

#B19DCD
(177,157,205)
0 Favorites   0 Comments

Color spaces of #b19dcd

RGB 177157205
HSL0.740.320.71
HSV265°23°80°
CMYK 0.140.230.00   0.20
XYZ41.207937.868862.8951
Yxy37.86880.29030.2667
Hunter Lab61.537611.8394-17.5215
CIE-Lab67.923816.6881-21.8682

#b19dcd color RGB value is (177,157,205).

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

The process color (four color CMYK) of #b19dcd color hex is 0.14, 0.23, 0.00, 0.20. Web safe color of #b19dcd is #9999cc. Color #b19dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011101 11001101
Octal 261 235 315
Decimal 177 157 205
Hex B1 9D CD

RGB Percentages of Color #b19dcd

%32.84
%29.13
%38.03

CMYK Percentages of Color #b19dcd

%14
%23
%0
%20

Triadic Colors of #b19dcd

#b19dcd #cdb19d #9dcdb1

Analogous Colors of #b19dcd

#b19dcd #c99dcd #9da1cd

Monochromatic Colors of #b19dcd

#b19dcd

Complementary Color

#b19dcd #b9cd9d

#b19dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19dcd Color CSS Codes

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

#b19dcd Text Font Color

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

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


#b19dcd Background Color

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

This div background color is #b19dcd


#b19dcd Border Color

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

This div border color is #b19dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19dcd


Comments

No comments written yet.

Please login to write comment.