Color Hex Logo

#b57bbd Color Hex

#B57BBD
(181,123,189)
0 Favorites   0 Comments

Color spaces of #b57bbd

RGB 181123189
HSL0.810.330.61
HSV293°35°74°
CMYK 0.040.350.00   0.26
XYZ35.324327.663851.6220
Yxy27.66380.30820.2414
Hunter Lab52.596427.8388-21.3741
CIE-Lab59.583833.6936-25.6342

#b57bbd color RGB value is (181,123,189).

#b57bbd hex color red value is 181, green value is 123 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b57bbd hue: 0.81 , saturation: 0.33 and the lightness value of b57bbd is 0.61.

The process color (four color CMYK) of #b57bbd color hex is 0.04, 0.35, 0.00, 0.26. Web safe color of #b57bbd is #cc66cc. Color #b57bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111011 10111101
Octal 265 173 275
Decimal 181 123 189
Hex B5 7B BD

RGB Percentages of Color #b57bbd

%36.71
%24.95
%38.34

CMYK Percentages of Color #b57bbd

%4
%35
%0
%26

Triadic Colors of #b57bbd

#b57bbd #bdb57b #7bbdb5

Analogous Colors of #b57bbd

#b57bbd #bd7ba4 #947bbd

Monochromatic Colors of #b57bbd

#b57bbd

Complementary Color

#b57bbd #83bd7b

#b57bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57bbd Color CSS Codes

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

#b57bbd Text Font Color

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

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


#b57bbd Background Color

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

This div background color is #b57bbd


#b57bbd Border Color

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

This div border color is #b57bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57bbd


Comments

No comments written yet.

Please login to write comment.