Color Hex Logo

#b556bd Color Hex

#B556BD
(181,86,189)
0 Favorites   0 Comments

Color spaces of #b556bd

RGB 18186189
HSL0.820.440.54
HSV295°54°74°
CMYK 0.040.540.00   0.26
XYZ31.569220.153550.3702
Yxy20.15350.30920.1974
Hunter Lab44.892646.9618-35.0994
CIE-Lab52.010353.1196-37.4210

#b556bd color RGB value is (181,86,189).

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

The process color (four color CMYK) of #b556bd color hex is 0.04, 0.54, 0.00, 0.26. Web safe color of #b556bd is #cc66cc. Color #b556bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010110 10111101
Octal 265 126 275
Decimal 181 86 189
Hex B5 56 BD

RGB Percentages of Color #b556bd

%39.69
%18.86
%41.45

CMYK Percentages of Color #b556bd

%4
%54
%0
%26

Triadic Colors of #b556bd

#b556bd #bdb556 #56bdb5

Analogous Colors of #b556bd

#b556bd #bd5692 #8256bd

Monochromatic Colors of #b556bd

#b556bd

Complementary Color

#b556bd #5ebd56

#b556bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b556bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b556bd Color CSS Codes

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

#b556bd Text Font Color

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

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


#b556bd Background Color

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

This div background color is #b556bd


#b556bd Border Color

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

This div border color is #b556bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b556bd


Comments

No comments written yet.

Please login to write comment.