Color Hex Logo

#b56edb Color Hex

#B56EDB
(181,110,219)
0 Favorites   0 Comments

Color spaces of #b56edb

RGB 181110219
HSL0.780.600.65
HSV279°50°86°
CMYK 0.170.500.00   0.14
XYZ37.418226.090170.0816
Yxy26.09010.28010.1953
Hunter Lab51.078541.3752-45.5932
CIE-Lab58.122546.9595-44.8837

#b56edb color RGB value is (181,110,219).

#b56edb hex color red value is 181, green value is 110 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b56edb hue: 0.78 , saturation: 0.60 and the lightness value of b56edb is 0.65.

The process color (four color CMYK) of #b56edb color hex is 0.17, 0.50, 0.00, 0.14. Web safe color of #b56edb is #cc66cc. Color #b56edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101110 11011011
Octal 265 156 333
Decimal 181 110 219
Hex B5 6E DB

RGB Percentages of Color #b56edb

%35.49
%21.57
%42.94

CMYK Percentages of Color #b56edb

%17
%50
%0
%14

Triadic Colors of #b56edb

#b56edb #dbb56e #6edbb5

Analogous Colors of #b56edb

#b56edb #db6ecb #7f6edb

Monochromatic Colors of #b56edb

#b56edb

Complementary Color

#b56edb #94db6e

#b56edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56edb Color CSS Codes

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

#b56edb Text Font Color

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

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


#b56edb Background Color

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

This div background color is #b56edb


#b56edb Border Color

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

This div border color is #b56edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56edb


Comments

No comments written yet.

Please login to write comment.