Color Hex Logo

#b56af5 Color Hex

#B56AF5
(181,106,245)
0 Favorites   0 Comments

Color spaces of #b56af5

RGB 181106245
HSL0.760.870.69
HSV272°57°96°
CMYK 0.260.570.00   0.04
XYZ40.691526.724489.3998
Yxy26.72440.25950.1704
Hunter Lab51.695650.0364-66.3461
CIE-Lab58.718454.7794-58.4541

#b56af5 color RGB value is (181,106,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101010 11110101
Octal 265 152 365
Decimal 181 106 245
Hex B5 6A F5

RGB Percentages of Color #b56af5

%34.02
%19.92
%46.05

CMYK Percentages of Color #b56af5

%26
%57
%0
%4

Triadic Colors of #b56af5

#b56af5 #f5b56a #6af5b5

Analogous Colors of #b56af5

#b56af5 #f56af0 #706af5

Monochromatic Colors of #b56af5

#b56af5

Complementary Color

#b56af5 #aaf56a

#b56af5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56af5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56af5 Color CSS Codes

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

#b56af5 Text Font Color

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

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


#b56af5 Background Color

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

This div background color is #b56af5


#b56af5 Border Color

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

This div border color is #b56af5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56af5


Comments

No comments written yet.

Please login to write comment.