color codes Logo

#b56ffb color codes

#B56FFB
(181,111,251)
0 Favorites   0 Comments

Color spaces of #b56ffb

RGB 181111251
HSL0.750.950.71
HSV270°56°98°
CMYK 0.280.560.00   0.02
XYZ42.153128.157794.4800
Yxy28.15770.25580.1709
Hunter Lab53.063848.9360-68.4210
CIE-Lab60.030953.5806-59.6733

#b56ffb color RGB value is (181,111,251).

#b56ffb hex color red value is 181, green value is 111 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b56ffb hue: 0.75 , saturation: 0.95 and the lightness value of b56ffb is 0.71.

The process color (four color CMYK) of #b56ffb color code is 0.28, 0.56, 0.00, 0.02. Web safe color of #b56ffb is #cc66ff. Color #b56ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101111 11111011
Octal 265 157 373
Decimal 181 111 251
Hex B5 6F FB

RGB Percentages of Color #b56ffb

%33.33
%20.44
%46.22

CMYK Percentages of Color #b56ffb

%28
%56
%0
%2

Triadic Colors of #b56ffb

#b56ffb #fbb56f #6ffbb5

Analogous Colors of #b56ffb

#b56ffb #fb6ffb #6f6ffb

Monochromatic Colors of #b56ffb

#b56ffb

Complementary Color

#b56ffb #b5fb6f

#b56ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56ffb Color CSS Codes

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

#b56ffb Text Font Color

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

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


#b56ffb Background Color

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

This div background color is #b56ffb


#b56ffb Border Color

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

This div border color is #b56ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56ffb


Comments

No comments written yet.

Please login to write comment.