Color Hex Logo

#b056fc Color Hex

#B056FC
(176,86,252)
0 Favorites   0 Comments

Color spaces of #b056fc

RGB 17686252
HSL0.760.970.66
HSV273°66°99°
CMYK 0.300.660.00   0.01
XYZ38.803022.914094.4732
Yxy22.91400.24840.1467
Hunter Lab47.868660.9249-83.5065
CIE-Lab54.983664.9549-68.3710

#b056fc color RGB value is (176,86,252).

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

The process color (four color CMYK) of #b056fc color hex is 0.30, 0.66, 0.00, 0.01. Web safe color of #b056fc is #9966ff. Color #b056fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010110 11111100
Octal 260 126 374
Decimal 176 86 252
Hex B0 56 FC

RGB Percentages of Color #b056fc

%34.24
%16.73
%49.03

CMYK Percentages of Color #b056fc

%30
%66
%0
%1

Triadic Colors of #b056fc

#b056fc #fcb056 #56fcb0

Analogous Colors of #b056fc

#b056fc #fc56f5 #5d56fc

Monochromatic Colors of #b056fc

#b056fc

Complementary Color

#b056fc #a2fc56

#b056fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b056fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b056fc Color CSS Codes

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

#b056fc Text Font Color

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

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


#b056fc Background Color

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

This div background color is #b056fc


#b056fc Border Color

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

This div border color is #b056fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b056fc


Comments

No comments written yet.

Please login to write comment.