Color Hex Logo

#b56ffa Color Hex

#B56FFA
(181,111,250)
0 Favorites   0 Comments

Color spaces of #b56ffa

RGB 181111250
HSL0.750.930.71
HSV270°56°98°
CMYK 0.280.560.00   0.02
XYZ41.995828.094893.6519
Yxy28.09480.25650.1716
Hunter Lab53.004548.6687-67.6543
CIE-Lab59.974353.3499-59.2120

#b56ffa color RGB value is (181,111,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101111 11111010
Octal 265 157 372
Decimal 181 111 250
Hex B5 6F FA

RGB Percentages of Color #b56ffa

%33.39
%20.48
%46.13

CMYK Percentages of Color #b56ffa

%28
%56
%0
%2

Triadic Colors of #b56ffa

#b56ffa #fab56f #6ffab5

Analogous Colors of #b56ffa

#b56ffa #fa6ffa #706ffa

Monochromatic Colors of #b56ffa

#b56ffa

Complementary Color

#b56ffa #b4fa6f

#b56ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56ffa Color CSS Codes

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

#b56ffa Text Font Color

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

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


#b56ffa Background Color

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

This div background color is #b56ffa


#b56ffa Border Color

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

This div border color is #b56ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56ffa


Comments

No comments written yet.

Please login to write comment.