Color Hex Logo

#b16dce Color Hex

#B16DCE
(177,109,206)
0 Favorites   0 Comments

Color spaces of #b16dce

RGB 177109206
HSL0.780.500.62
HSV282°47°81°
CMYK 0.140.470.00   0.19
XYZ34.740724.740661.3369
Yxy24.74060.28750.2048
Hunter Lab49.739937.6279-38.2957
CIE-Lab56.821843.6080-39.6226

#b16dce color RGB value is (177,109,206).

#b16dce hex color red value is 177, green value is 109 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b16dce hue: 0.78 , saturation: 0.50 and the lightness value of b16dce is 0.62.

The process color (four color CMYK) of #b16dce color hex is 0.14, 0.47, 0.00, 0.19. Web safe color of #b16dce is #9966cc. Color #b16dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101101 11001110
Octal 261 155 316
Decimal 177 109 206
Hex B1 6D CE

RGB Percentages of Color #b16dce

%35.98
%22.15
%41.87

CMYK Percentages of Color #b16dce

%14
%47
%0
%19

Triadic Colors of #b16dce

#b16dce #ceb16d #6dceb1

Analogous Colors of #b16dce

#b16dce #ce6dbb #816dce

Monochromatic Colors of #b16dce

#b16dce

Complementary Color

#b16dce #8ace6d

#b16dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16dce Color CSS Codes

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

#b16dce Text Font Color

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

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


#b16dce Background Color

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

This div background color is #b16dce


#b16dce Border Color

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

This div border color is #b16dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16dce


Comments

No comments written yet.

Please login to write comment.