Color Hex Logo

#b19dce Color Hex

#B19DCE
(177,157,206)
0 Favorites   0 Comments

Color spaces of #b19dce

RGB 177157206
HSL0.730.330.71
HSV264°24°81°
CMYK 0.140.240.00   0.19
XYZ41.329037.917363.5330
Yxy37.91730.28950.2656
Hunter Lab61.577012.0451-18.0694
CIE-Lab67.959616.9041-22.3677

#b19dce color RGB value is (177,157,206).

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

The process color (four color CMYK) of #b19dce color hex is 0.14, 0.24, 0.00, 0.19. Web safe color of #b19dce is #9999cc. Color #b19dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011101 11001110
Octal 261 235 316
Decimal 177 157 206
Hex B1 9D CE

RGB Percentages of Color #b19dce

%32.78
%29.07
%38.15

CMYK Percentages of Color #b19dce

%14
%24
%0
%19

Triadic Colors of #b19dce

#b19dce #ceb19d #9dceb1

Analogous Colors of #b19dce

#b19dce #ca9dce #9da2ce

Monochromatic Colors of #b19dce

#b19dce

Complementary Color

#b19dce #bace9d

#b19dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19dce Color CSS Codes

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

#b19dce Text Font Color

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

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


#b19dce Background Color

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

This div background color is #b19dce


#b19dce Border Color

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

This div border color is #b19dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19dce


Comments

No comments written yet.

Please login to write comment.