Color Hex Logo

#b56fbb Color Hex

#B56FBB
(181,111,187)
0 Favorites   0 Comments

Color spaces of #b56fbb

RGB 181111187
HSL0.820.360.58
HSV295°41°73°
CMYK 0.030.410.00   0.27
XYZ33.710124.780550.0201
Yxy24.78050.31070.2284
Hunter Lab49.780033.7618-24.7299
CIE-Lab56.860939.8687-28.6986

#b56fbb color RGB value is (181,111,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101111 10111011
Octal 265 157 273
Decimal 181 111 187
Hex B5 6F BB

RGB Percentages of Color #b56fbb

%37.79
%23.17
%39.04

CMYK Percentages of Color #b56fbb

%3
%41
%0
%27

Triadic Colors of #b56fbb

#b56fbb #bbb56f #6fbbb5

Analogous Colors of #b56fbb

#b56fbb #bb6f9b #8f6fbb

Monochromatic Colors of #b56fbb

#b56fbb

Complementary Color

#b56fbb #75bb6f

#b56fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56fbb Color CSS Codes

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

#b56fbb Text Font Color

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

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


#b56fbb Background Color

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

This div background color is #b56fbb


#b56fbb Border Color

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

This div border color is #b56fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56fbb


Comments

No comments written yet.

Please login to write comment.