Color Hex Logo

#b56bce Color Hex

#B56BCE
(181,107,206)
0 Favorites   0 Comments

Color spaces of #b56bce

RGB 181107206
HSL0.790.500.61
HSV285°48°81°
CMYK 0.120.480.00   0.19
XYZ35.454324.795461.3099
Yxy24.79540.29170.2040
Hunter Lab49.795039.9518-38.1441
CIE-Lab56.875545.8076-39.5057

#b56bce color RGB value is (181,107,206).

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

The process color (four color CMYK) of #b56bce color hex is 0.12, 0.48, 0.00, 0.19. Web safe color of #b56bce is #cc66cc. Color #b56bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101011 11001110
Octal 265 153 316
Decimal 181 107 206
Hex B5 6B CE

RGB Percentages of Color #b56bce

%36.64
%21.66
%41.70

CMYK Percentages of Color #b56bce

%12
%48
%0
%19

Triadic Colors of #b56bce

#b56bce #ceb56b #6bceb5

Analogous Colors of #b56bce

#b56bce #ce6bb6 #846bce

Monochromatic Colors of #b56bce

#b56bce

Complementary Color

#b56bce #84ce6b

#b56bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56bce Color CSS Codes

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

#b56bce Text Font Color

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

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


#b56bce Background Color

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

This div background color is #b56bce


#b56bce Border Color

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

This div border color is #b56bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56bce


Comments

No comments written yet.

Please login to write comment.