Color Hex Logo

#b156cb Color Hex

#B156CB
(177,86,203)
0 Favorites   0 Comments

Color spaces of #b156cb

RGB 17786203
HSL0.800.530.57
HSV287°58°80°
CMYK 0.130.580.00   0.20
XYZ32.238720.314558.7218
Yxy20.31450.28970.1826
Hunter Lab45.071648.8017-45.6962
CIE-Lab52.190954.7717-45.2252

#b156cb color RGB value is (177,86,203).

#b156cb hex color red value is 177, green value is 86 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b156cb hue: 0.80 , saturation: 0.53 and the lightness value of b156cb is 0.57.

The process color (four color CMYK) of #b156cb color hex is 0.13, 0.58, 0.00, 0.20. Web safe color of #b156cb is #9966cc. Color #b156cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010110 11001011
Octal 261 126 313
Decimal 177 86 203
Hex B1 56 CB

RGB Percentages of Color #b156cb

%37.98
%18.45
%43.56

CMYK Percentages of Color #b156cb

%13
%58
%0
%20

Triadic Colors of #b156cb

#b156cb #cbb156 #56cbb1

Analogous Colors of #b156cb

#b156cb #cb56ab #7756cb

Monochromatic Colors of #b156cb

#b156cb

Complementary Color

#b156cb #70cb56

#b156cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b156cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b156cb Color CSS Codes

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

#b156cb Text Font Color

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

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


#b156cb Background Color

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

This div background color is #b156cb


#b156cb Border Color

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

This div border color is #b156cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b156cb


Comments

No comments written yet.

Please login to write comment.