Color Hex Logo

#b56cea Color Hex

#B56CEA
(181,108,234)
0 Favorites   0 Comments

Color spaces of #b56cea

RGB 181108234
HSL0.760.750.67
HSV275°54°92°
CMYK 0.230.540.00   0.08
XYZ39.269926.489480.8851
Yxy26.48940.26780.1806
Hunter Lab51.467946.1265-57.1506
CIE-Lab58.498751.2856-52.6878

#b56cea color RGB value is (181,108,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101100 11101010
Octal 265 154 352
Decimal 181 108 234
Hex B5 6C EA

RGB Percentages of Color #b56cea

%34.61
%20.65
%44.74

CMYK Percentages of Color #b56cea

%23
%54
%0
%8

Triadic Colors of #b56cea

#b56cea #eab56c #6ceab5

Analogous Colors of #b56cea

#b56cea #ea6ce0 #766cea

Monochromatic Colors of #b56cea

#b56cea

Complementary Color

#b56cea #a1ea6c

#b56cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56cea Color CSS Codes

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

#b56cea Text Font Color

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

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


#b56cea Background Color

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

This div background color is #b56cea


#b56cea Border Color

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

This div border color is #b56cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56cea


Comments

No comments written yet.

Please login to write comment.