Color Hex Logo

#b56dbb Color Hex

#B56DBB
(181,109,187)
0 Favorites   0 Comments

Color spaces of #b56dbb

RGB 181109187
HSL0.820.360.58
HSV295°42°73°
CMYK 0.030.420.00   0.27
XYZ33.494324.348949.9482
Yxy24.34890.31070.2259
Hunter Lab49.344634.8098-25.4740
CIE-Lab56.435440.9459-29.3583

#b56dbb color RGB value is (181,109,187).

#b56dbb hex color red value is 181, green value is 109 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b56dbb hue: 0.82 , saturation: 0.36 and the lightness value of b56dbb is 0.58.

The process color (four color CMYK) of #b56dbb color hex is 0.03, 0.42, 0.00, 0.27. Web safe color of #b56dbb is #cc66cc. Color #b56dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101101 10111011
Octal 265 155 273
Decimal 181 109 187
Hex B5 6D BB

RGB Percentages of Color #b56dbb

%37.95
%22.85
%39.20

CMYK Percentages of Color #b56dbb

%3
%42
%0
%27

Triadic Colors of #b56dbb

#b56dbb #bbb56d #6dbbb5

Analogous Colors of #b56dbb

#b56dbb #bb6d9a #8e6dbb

Monochromatic Colors of #b56dbb

#b56dbb

Complementary Color

#b56dbb #73bb6d

#b56dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56dbb Color CSS Codes

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

#b56dbb Text Font Color

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

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


#b56dbb Background Color

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

This div background color is #b56dbb


#b56dbb Border Color

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

This div border color is #b56dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56dbb


Comments

No comments written yet.

Please login to write comment.