Color Hex Logo

#b56aeb Color Hex

#B56AEB
(181,106,235)
0 Favorites   0 Comments

Color spaces of #b56aeb

RGB 181106235
HSL0.760.760.67
HSV275°55°92°
CMYK 0.230.550.00   0.08
XYZ39.205526.130081.5745
Yxy26.13000.26690.1779
Hunter Lab51.117547.4482-58.8341
CIE-Lab58.160252.5408-53.7845

#b56aeb color RGB value is (181,106,235).

#b56aeb hex color red value is 181, green value is 106 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b56aeb hue: 0.76 , saturation: 0.76 and the lightness value of b56aeb is 0.67.

The process color (four color CMYK) of #b56aeb color hex is 0.23, 0.55, 0.00, 0.08. Web safe color of #b56aeb is #cc66ff. Color #b56aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101010 11101011
Octal 265 152 353
Decimal 181 106 235
Hex B5 6A EB

RGB Percentages of Color #b56aeb

%34.67
%20.31
%45.02

CMYK Percentages of Color #b56aeb

%23
%55
%0
%8

Triadic Colors of #b56aeb

#b56aeb #ebb56a #6aebb5

Analogous Colors of #b56aeb

#b56aeb #eb6ae1 #756aeb

Monochromatic Colors of #b56aeb

#b56aeb

Complementary Color

#b56aeb #a0eb6a

#b56aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56aeb Color CSS Codes

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

#b56aeb Text Font Color

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

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


#b56aeb Background Color

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

This div background color is #b56aeb


#b56aeb Border Color

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

This div border color is #b56aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56aeb


Comments

No comments written yet.

Please login to write comment.