Color Hex Logo

#b016fc Color Hex

#B016FC
(176,22,252)
0 Favorites   0 Comments

Color spaces of #b016fc

RGB 17622252
HSL0.780.970.54
HSV280°91°99°
CMYK 0.300.910.00   0.01
XYZ35.762116.832293.4595
Yxy16.83220.24490.1152
Hunter Lab41.027183.7959-106.3435
CIE-Lab48.047984.8962-79.6444

#b016fc color RGB value is (176,22,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010110 11111100
Octal 260 26 374
Decimal 176 22 252
Hex B0 16 FC

RGB Percentages of Color #b016fc

%39.11
%4.89
%56.00

CMYK Percentages of Color #b016fc

%30
%91
%0
%1

Triadic Colors of #b016fc

#b016fc #fcb016 #16fcb0

Analogous Colors of #b016fc

#b016fc #fc16d5 #3d16fc

Monochromatic Colors of #b016fc

#b016fc

Complementary Color

#b016fc #62fc16

#b016fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b016fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b016fc Color CSS Codes

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

#b016fc Text Font Color

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

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


#b016fc Background Color

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

This div background color is #b016fc


#b016fc Border Color

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

This div border color is #b016fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,22,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b016fc


Comments

No comments written yet.

Please login to write comment.