Color Hex Logo

#b56eee Color Hex

#B56EEE
(181,110,238)
0 Favorites   0 Comments

Color spaces of #b56eee

RGB 181110238
HSL0.760.790.68
HSV273°54°93°
CMYK 0.240.540.00   0.07
XYZ40.064627.148784.0175
Yxy27.14870.26490.1795
Hunter Lab52.104446.0711-59.1310
CIE-Lab59.111751.1386-53.9395

#b56eee color RGB value is (181,110,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101110 11101110
Octal 265 156 356
Decimal 181 110 238
Hex B5 6E EE

RGB Percentages of Color #b56eee

%34.22
%20.79
%44.99

CMYK Percentages of Color #b56eee

%24
%54
%0
%7

Triadic Colors of #b56eee

#b56eee #eeb56e #6eeeb5

Analogous Colors of #b56eee

#b56eee #ee6ee7 #756eee

Monochromatic Colors of #b56eee

#b56eee

Complementary Color

#b56eee #a7ee6e

#b56eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56eee Color CSS Codes

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

#b56eee Text Font Color

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

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


#b56eee Background Color

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

This div background color is #b56eee


#b56eee Border Color

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

This div border color is #b56eee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,110,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 #b56eee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56eee


Comments

No comments written yet.

Please login to write comment.