Color Hex Logo

#b056bb Color Hex

#B056BB
(176,86,187)
0 Favorites   0 Comments

Color spaces of #b056bb

RGB 17686187
HSL0.820.430.54
HSV293°54°73°
CMYK 0.060.540.00   0.27
XYZ30.201919.473549.1807
Yxy19.47350.30550.1970
Hunter Lab44.128844.9407-35.1874
CIE-Lab51.236651.3813-37.5276

#b056bb color RGB value is (176,86,187).

#b056bb hex color red value is 176, green value is 86 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b056bb hue: 0.82 , saturation: 0.43 and the lightness value of b056bb is 0.54.

The process color (four color CMYK) of #b056bb color hex is 0.06, 0.54, 0.00, 0.27. Web safe color of #b056bb is #9966cc. Color #b056bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010110 10111011
Octal 260 126 273
Decimal 176 86 187
Hex B0 56 BB

RGB Percentages of Color #b056bb

%39.20
%19.15
%41.65

CMYK Percentages of Color #b056bb

%6
%54
%0
%27

Triadic Colors of #b056bb

#b056bb #bbb056 #56bbb0

Analogous Colors of #b056bb

#b056bb #bb5694 #7e56bb

Monochromatic Colors of #b056bb

#b056bb

Complementary Color

#b056bb #61bb56

#b056bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b056bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b056bb Color CSS Codes

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

#b056bb Text Font Color

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

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


#b056bb Background Color

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

This div background color is #b056bb


#b056bb Border Color

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

This div border color is #b056bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b056bb


Comments

No comments written yet.

Please login to write comment.