Color Hex Logo

#b556bb Color Hex

#B556BB
(181,86,187)
0 Favorites   0 Comments

Color spaces of #b556bb

RGB 18186187
HSL0.820.430.54
HSV296°54°73°
CMYK 0.030.540.00   0.27
XYZ31.353520.067249.2346
Yxy20.06720.31150.1994
Hunter Lab44.796446.5403-33.8066
CIE-Lab51.913152.7482-36.4173

#b556bb color RGB value is (181,86,187).

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

The process color (four color CMYK) of #b556bb color hex is 0.03, 0.54, 0.00, 0.27. Web safe color of #b556bb is #cc66cc. Color #b556bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010110 10111011
Octal 265 126 273
Decimal 181 86 187
Hex B5 56 BB

RGB Percentages of Color #b556bb

%39.87
%18.94
%41.19

CMYK Percentages of Color #b556bb

%3
%54
%0
%27

Triadic Colors of #b556bb

#b556bb #bbb556 #56bbb5

Analogous Colors of #b556bb

#b556bb #bb568f #8356bb

Monochromatic Colors of #b556bb

#b556bb

Complementary Color

#b556bb #5cbb56

#b556bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b556bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b556bb Color CSS Codes

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

#b556bb Text Font Color

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

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


#b556bb Background Color

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

This div background color is #b556bb


#b556bb Border Color

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

This div border color is #b556bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b556bb


Comments

No comments written yet.

Please login to write comment.