Color Hex Logo

#b56ede Color Hex

#B56EDE
(181,110,222)
0 Favorites   0 Comments

Color spaces of #b56ede

RGB 181110222
HSL0.770.630.65
HSV278°50°87°
CMYK 0.180.500.00   0.13
XYZ37.816826.249572.1807
Yxy26.24950.27760.1927
Hunter Lab51.234342.0936-47.6659
CIE-Lab58.273147.6068-46.3311

#b56ede color RGB value is (181,110,222).

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

The process color (four color CMYK) of #b56ede color hex is 0.18, 0.50, 0.00, 0.13. Web safe color of #b56ede is #cc66cc. Color #b56ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101110 11011110
Octal 265 156 336
Decimal 181 110 222
Hex B5 6E DE

RGB Percentages of Color #b56ede

%35.28
%21.44
%43.27

CMYK Percentages of Color #b56ede

%18
%50
%0
%13

Triadic Colors of #b56ede

#b56ede #deb56e #6edeb5

Analogous Colors of #b56ede

#b56ede #de6ecf #7d6ede

Monochromatic Colors of #b56ede

#b56ede

Complementary Color

#b56ede #97de6e

#b56ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56ede Color CSS Codes

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

#b56ede Text Font Color

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

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


#b56ede Background Color

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

This div background color is #b56ede


#b56ede Border Color

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

This div border color is #b56ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56ede


Comments

No comments written yet.

Please login to write comment.