Color Hex Logo

#b56dfa Color Hex

#B56DFA
(181,109,250)
0 Favorites   0 Comments

Color spaces of #b56dfa

RGB 181109250
HSL0.750.930.70
HSV271°56°98°
CMYK 0.280.560.00   0.02
XYZ41.780027.663293.5800
Yxy27.66320.25630.1697
Hunter Lab52.595849.7505-68.6734
CIE-Lab59.583254.3821-59.8376

#b56dfa color RGB value is (181,109,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101101 11111010
Octal 265 155 372
Decimal 181 109 250
Hex B5 6D FA

RGB Percentages of Color #b56dfa

%33.52
%20.19
%46.30

CMYK Percentages of Color #b56dfa

%28
%56
%0
%2

Triadic Colors of #b56dfa

#b56dfa #fab56d #6dfab5

Analogous Colors of #b56dfa

#b56dfa #fa6df9 #6f6dfa

Monochromatic Colors of #b56dfa

#b56dfa

Complementary Color

#b56dfa #b2fa6d

#b56dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56dfa Color CSS Codes

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

#b56dfa Text Font Color

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

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


#b56dfa Background Color

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

This div background color is #b56dfa


#b56dfa Border Color

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

This div border color is #b56dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56dfa


Comments

No comments written yet.

Please login to write comment.