Color Hex Logo

#b56dfc Color Hex

#B56DFC
(181,109,252)
0 Favorites   0 Comments

Color spaces of #b56dfc

RGB 181109252
HSL0.750.960.71
HSV270°57°99°
CMYK 0.280.570.00   0.01
XYZ42.095427.789395.2407
Yxy27.78930.25490.1683
Hunter Lab52.715650.2869-70.2178
CIE-Lab59.697954.8421-60.7581

#b56dfc color RGB value is (181,109,252).

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

The process color (four color CMYK) of #b56dfc color hex is 0.28, 0.57, 0.00, 0.01. Web safe color of #b56dfc is #cc66ff. Color #b56dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101101 11111100
Octal 265 155 374
Decimal 181 109 252
Hex B5 6D FC

RGB Percentages of Color #b56dfc

%33.39
%20.11
%46.49

CMYK Percentages of Color #b56dfc

%28
%57
%0
%1

Triadic Colors of #b56dfc

#b56dfc #fcb56d #6dfcb5

Analogous Colors of #b56dfc

#b56dfc #fc6dfc #6e6dfc

Monochromatic Colors of #b56dfc

#b56dfc

Complementary Color

#b56dfc #b4fc6d

#b56dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56dfc Color CSS Codes

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

#b56dfc Text Font Color

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

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


#b56dfc Background Color

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

This div background color is #b56dfc


#b56dfc Border Color

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

This div border color is #b56dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.