Color Hex Logo

#b156ff Color Hex

#B156FF
(177,86,255)
0 Favorites   0 Comments

Color spaces of #b156ff

RGB 17786255
HSL0.761.000.67
HSV272°66°100°
CMYK 0.310.660.00   0.00
XYZ39.509323.222797.0078
Yxy23.22270.24730.1454
Hunter Lab48.189962.0137-85.6196
CIE-Lab55.301065.8240-69.5147

#b156ff color RGB value is (177,86,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010110 11111111
Octal 261 126 377
Decimal 177 86 255
Hex B1 56 FF

RGB Percentages of Color #b156ff

%34.17
%16.60
%49.23

CMYK Percentages of Color #b156ff

%31
%66
%0
%0

Triadic Colors of #b156ff

#b156ff #ffb156 #56ffb1

Analogous Colors of #b156ff

#b156ff #ff56f9 #5d56ff

Monochromatic Colors of #b156ff

#b156ff

Complementary Color

#b156ff #a4ff56

#b156ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b156ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b156ff Color CSS Codes

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

#b156ff Text Font Color

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

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


#b156ff Background Color

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

This div background color is #b156ff


#b156ff Border Color

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

This div border color is #b156ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b156ff

Related Colors


Comments

No comments written yet.

Please login to write comment.