Color Hex Logo

#b56cdd Color Hex

#B56CDD
(181,108,221)
0 Favorites   0 Comments

Color spaces of #b56cdd

RGB 181108221
HSL0.770.620.65
HSV279°51°87°
CMYK 0.180.510.00   0.13
XYZ37.469825.769371.4057
Yxy25.76930.27830.1914
Hunter Lab50.763542.9193-47.8650
CIE-Lab57.817448.4427-46.4904

#b56cdd color RGB value is (181,108,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101100 11011101
Octal 265 154 335
Decimal 181 108 221
Hex B5 6C DD

RGB Percentages of Color #b56cdd

%35.49
%21.18
%43.33

CMYK Percentages of Color #b56cdd

%18
%51
%0
%13

Triadic Colors of #b56cdd

#b56cdd #ddb56c #6cddb5

Analogous Colors of #b56cdd

#b56cdd #dd6ccd #7d6cdd

Monochromatic Colors of #b56cdd

#b56cdd

Complementary Color

#b56cdd #94dd6c

#b56cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56cdd Color CSS Codes

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

#b56cdd Text Font Color

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

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


#b56cdd Background Color

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

This div background color is #b56cdd


#b56cdd Border Color

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

This div border color is #b56cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56cdd


Comments

No comments written yet.

Please login to write comment.