Color Hex Logo

#b16dde Color Hex

#B16DDE
(177,109,222)
0 Favorites   0 Comments

Color spaces of #b16dde

RGB 177109222
HSL0.770.630.65
HSV276°51°87°
CMYK 0.200.510.00   0.13
XYZ36.784925.558372.1017
Yxy25.55830.27360.1901
Hunter Lab50.555241.4082-49.1706
CIE-Lab57.615447.0660-47.4014

#b16dde color RGB value is (177,109,222).

#b16dde hex color red value is 177, green value is 109 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b16dde hue: 0.77 , saturation: 0.63 and the lightness value of b16dde is 0.65.

The process color (four color CMYK) of #b16dde color hex is 0.20, 0.51, 0.00, 0.13. Web safe color of #b16dde is #9966cc. Color #b16dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101101 11011110
Octal 261 155 336
Decimal 177 109 222
Hex B1 6D DE

RGB Percentages of Color #b16dde

%34.84
%21.46
%43.70

CMYK Percentages of Color #b16dde

%20
%51
%0
%13

Triadic Colors of #b16dde

#b16dde #deb16d #6ddeb1

Analogous Colors of #b16dde

#b16dde #de6dd3 #796dde

Monochromatic Colors of #b16dde

#b16dde

Complementary Color

#b16dde #9ade6d

#b16dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16dde Color CSS Codes

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

#b16dde Text Font Color

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

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


#b16dde Background Color

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

This div background color is #b16dde


#b16dde Border Color

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

This div border color is #b16dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16dde


Comments

No comments written yet.

Please login to write comment.