Color Hex Logo

#b016fa Color Hex

#B016FA
(176,22,250)
0 Favorites   0 Comments

Color spaces of #b016fa

RGB 17622250
HSL0.780.960.53
HSV281°91°98°
CMYK 0.300.910.00   0.02
XYZ35.446716.706191.7988
Yxy16.70610.24620.1161
Hunter Lab40.873183.2741-104.5510
CIE-Lab47.887684.5231-78.7883

#b016fa color RGB value is (176,22,250).

#b016fa hex color red value is 176, green value is 22 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b016fa hue: 0.78 , saturation: 0.96 and the lightness value of b016fa is 0.53.

The process color (four color CMYK) of #b016fa color hex is 0.30, 0.91, 0.00, 0.02. Web safe color of #b016fa is #9900ff. Color #b016fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010110 11111010
Octal 260 26 372
Decimal 176 22 250
Hex B0 16 FA

RGB Percentages of Color #b016fa

%39.29
%4.91
%55.80

CMYK Percentages of Color #b016fa

%30
%91
%0
%2

Triadic Colors of #b016fa

#b016fa #fab016 #16fab0

Analogous Colors of #b016fa

#b016fa #fa16d2 #3e16fa

Monochromatic Colors of #b016fa

#b016fa

Complementary Color

#b016fa #60fa16

#b016fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b016fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b016fa Color CSS Codes

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

#b016fa Text Font Color

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

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


#b016fa Background Color

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

This div background color is #b016fa


#b016fa Border Color

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

This div border color is #b016fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b016fa

Related Colors


Comments

No comments written yet.

Please login to write comment.