Color Hex Logo

#b56edd Color Hex

#B56EDD
(181,110,221)
0 Favorites   0 Comments

Color spaces of #b56edd

RGB 181110221
HSL0.770.620.65
HSV278°50°87°
CMYK 0.180.500.00   0.13
XYZ37.683126.196171.4768
Yxy26.19610.27840.1935
Hunter Lab51.182141.8528-46.9721
CIE-Lab58.222747.3901-45.8492

#b56edd color RGB value is (181,110,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101110 11011101
Octal 265 156 335
Decimal 181 110 221
Hex B5 6E DD

RGB Percentages of Color #b56edd

%35.35
%21.48
%43.16

CMYK Percentages of Color #b56edd

%18
%50
%0
%13

Triadic Colors of #b56edd

#b56edd #ddb56e #6eddb5

Analogous Colors of #b56edd

#b56edd #dd6ece #7e6edd

Monochromatic Colors of #b56edd

#b56edd

Complementary Color

#b56edd #96dd6e

#b56edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56edd Color CSS Codes

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

#b56edd Text Font Color

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

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


#b56edd Background Color

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

This div background color is #b56edd


#b56edd Border Color

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

This div border color is #b56edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56edd


Comments

No comments written yet.

Please login to write comment.