Color Hex Logo

#b056fe Color Hex

#B056FE
(176,86,254)
0 Favorites   0 Comments

Color spaces of #b056fe

RGB 17686254
HSL0.760.990.67
HSV272°66°100°
CMYK 0.310.660.00   0.00
XYZ39.121723.041496.1514
Yxy23.04140.24710.1455
Hunter Lab48.001561.4768-85.1624
CIE-Lab55.115065.4016-69.2675

#b056fe color RGB value is (176,86,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010110 11111110
Octal 260 126 376
Decimal 176 86 254
Hex B0 56 FE

RGB Percentages of Color #b056fe

%34.11
%16.67
%49.22

CMYK Percentages of Color #b056fe

%31
%66
%0
%0

Triadic Colors of #b056fe

#b056fe #feb056 #56feb0

Analogous Colors of #b056fe

#b056fe #fe56f8 #5c56fe

Monochromatic Colors of #b056fe

#b056fe

Complementary Color

#b056fe #a4fe56

#b056fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b056fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b056fe Color CSS Codes

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

#b056fe Text Font Color

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

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


#b056fe Background Color

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

This div background color is #b056fe


#b056fe Border Color

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

This div border color is #b056fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b056fe

Related Colors


Comments

No comments written yet.

Please login to write comment.