Color Hex Logo

#b16dfa Color Hex

#B16DFA
(177,109,250)
0 Favorites   0 Comments

Color spaces of #b16dfa

RGB 177109250
HSL0.750.930.70
HSV269°56°98°
CMYK 0.290.560.00   0.02
XYZ40.855427.186593.5367
Yxy27.18650.25290.1683
Hunter Lab52.140748.6195-69.8636
CIE-Lab59.146653.4390-60.5611

#b16dfa color RGB value is (177,109,250).

#b16dfa hex color red value is 177, green value is 109 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b16dfa hue: 0.75 , saturation: 0.93 and the lightness value of b16dfa is 0.70.

The process color (four color CMYK) of #b16dfa color hex is 0.29, 0.56, 0.00, 0.02. Web safe color of #b16dfa is #9966ff. Color #b16dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101101 11111010
Octal 261 155 372
Decimal 177 109 250
Hex B1 6D FA

RGB Percentages of Color #b16dfa

%33.02
%20.34
%46.64

CMYK Percentages of Color #b16dfa

%29
%56
%0
%2

Triadic Colors of #b16dfa

#b16dfa #fab16d #6dfab1

Analogous Colors of #b16dfa

#b16dfa #f86dfa #6d70fa

Monochromatic Colors of #b16dfa

#b16dfa

Complementary Color

#b16dfa #b6fa6d

#b16dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16dfa Color CSS Codes

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

#b16dfa Text Font Color

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

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


#b16dfa Background Color

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

This div background color is #b16dfa


#b16dfa Border Color

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

This div border color is #b16dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16dfa


Comments

No comments written yet.

Please login to write comment.