Color Hex Logo

#b56dfe Color Hex

#B56DFE
(181,109,254)
0 Favorites   0 Comments

Color spaces of #b56dfe

RGB 181109254
HSL0.750.990.71
HSV270°57°100°
CMYK 0.290.570.00   0.00
XYZ42.414127.916896.9189
Yxy27.91680.25360.1669
Hunter Lab52.836450.8263-71.7715
CIE-Lab59.813555.3032-61.6757

#b56dfe color RGB value is (181,109,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101101 11111110
Octal 265 155 376
Decimal 181 109 254
Hex B5 6D FE

RGB Percentages of Color #b56dfe

%33.27
%20.04
%46.69

CMYK Percentages of Color #b56dfe

%29
%57
%0
%0

Triadic Colors of #b56dfe

#b56dfe #feb56d #6dfeb5

Analogous Colors of #b56dfe

#b56dfe #fe6dfe #6d6efe

Monochromatic Colors of #b56dfe

#b56dfe

Complementary Color

#b56dfe #b6fe6d

#b56dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56dfe Color CSS Codes

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

#b56dfe Text Font Color

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

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


#b56dfe Background Color

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

This div background color is #b56dfe


#b56dfe Border Color

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

This div border color is #b56dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56dfe


Comments

No comments written yet.

Please login to write comment.