Color Hex Logo

#b56cee Color Hex

#B56CEE
(181,108,238)
0 Favorites   0 Comments

Color spaces of #b56cee

RGB 181108238
HSL0.760.790.68
HSV274°55°93°
CMYK 0.240.550.00   0.07
XYZ39.851226.721983.9464
Yxy26.72190.26480.1775
Hunter Lab51.693247.1456-60.0978
CIE-Lab58.716052.1774-54.5700

#b56cee color RGB value is (181,108,238).

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

The process color (four color CMYK) of #b56cee color hex is 0.24, 0.55, 0.00, 0.07. Web safe color of #b56cee is #cc66ff. Color #b56cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101100 11101110
Octal 265 154 356
Decimal 181 108 238
Hex B5 6C EE

RGB Percentages of Color #b56cee

%34.35
%20.49
%45.16

CMYK Percentages of Color #b56cee

%24
%55
%0
%7

Triadic Colors of #b56cee

#b56cee #eeb56c #6ceeb5

Analogous Colors of #b56cee

#b56cee #ee6ce6 #746cee

Monochromatic Colors of #b56cee

#b56cee

Complementary Color

#b56cee #a5ee6c

#b56cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56cee Color CSS Codes

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

#b56cee Text Font Color

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

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


#b56cee Background Color

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

This div background color is #b56cee


#b56cee Border Color

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

This div border color is #b56cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56cee


Comments

No comments written yet.

Please login to write comment.