Color Hex Logo

#b16ade Color Hex

#B16ADE
(177,106,222)
0 Favorites   0 Comments

Color spaces of #b16ade

RGB 177106222
HSL0.770.640.64
HSV277°52°87°
CMYK 0.200.520.00   0.13
XYZ36.470324.929171.9968
Yxy24.92910.27340.1869
Hunter Lab49.929043.0081-50.5448
CIE-Lab57.006348.6498-48.3670

#b16ade color RGB value is (177,106,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101010 11011110
Octal 261 152 336
Decimal 177 106 222
Hex B1 6A DE

RGB Percentages of Color #b16ade

%35.05
%20.99
%43.96

CMYK Percentages of Color #b16ade

%20
%52
%0
%13

Triadic Colors of #b16ade

#b16ade #deb16a #6adeb1

Analogous Colors of #b16ade

#b16ade #de6ad1 #776ade

Monochromatic Colors of #b16ade

#b16ade

Complementary Color

#b16ade #97de6a

#b16ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16ade Color CSS Codes

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

#b16ade Text Font Color

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

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


#b16ade Background Color

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

This div background color is #b16ade


#b16ade Border Color

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

This div border color is #b16ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16ade


Comments

No comments written yet.

Please login to write comment.