Color Hex Logo

#b56bcb Color Hex

#B56BCB
(181,107,203)
0 Favorites   0 Comments

Color spaces of #b56bcb

RGB 181107203
HSL0.800.480.61
HSV286°47°80°
CMYK 0.110.470.00   0.20
XYZ35.093224.650959.4084
Yxy24.65090.29450.2069
Hunter Lab49.649739.2798-36.1888
CIE-Lab56.733745.1929-38.0249

#b56bcb color RGB value is (181,107,203).

#b56bcb hex color red value is 181, green value is 107 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b56bcb hue: 0.80 , saturation: 0.48 and the lightness value of b56bcb is 0.61.

The process color (four color CMYK) of #b56bcb color hex is 0.11, 0.47, 0.00, 0.20. Web safe color of #b56bcb is #cc66cc. Color #b56bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101011 11001011
Octal 265 153 313
Decimal 181 107 203
Hex B5 6B CB

RGB Percentages of Color #b56bcb

%36.86
%21.79
%41.34

CMYK Percentages of Color #b56bcb

%11
%47
%0
%20

Triadic Colors of #b56bcb

#b56bcb #cbb56b #6bcbb5

Analogous Colors of #b56bcb

#b56bcb #cb6bb1 #856bcb

Monochromatic Colors of #b56bcb

#b56bcb

Complementary Color

#b56bcb #81cb6b

#b56bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56bcb Color CSS Codes

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

#b56bcb Text Font Color

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

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


#b56bcb Background Color

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

This div background color is #b56bcb


#b56bcb Border Color

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

This div border color is #b56bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56bcb


Comments

No comments written yet.

Please login to write comment.