Color Hex Logo

#b57daa Color Hex

#B57DAA
(181,125,170)
0 Favorites   0 Comments

Color spaces of #b57daa

RGB 181125170
HSL0.870.270.60
HSV312°31°71°
CMYK 0.000.310.06   0.29
XYZ33.645427.393341.5443
Yxy27.39330.32800.2670
Hunter Lab52.338623.1545-10.4250
CIE-Lab59.336628.9711-15.1691

#b57daa color RGB value is (181,125,170).

#b57daa hex color red value is 181, green value is 125 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b57daa hue: 0.87 , saturation: 0.27 and the lightness value of b57daa is 0.60.

The process color (four color CMYK) of #b57daa color hex is 0.00, 0.31, 0.06, 0.29. Web safe color of #b57daa is #cc6699. Color #b57daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111101 10101010
Octal 265 175 252
Decimal 181 125 170
Hex B5 7D AA

RGB Percentages of Color #b57daa

%38.03
%26.26
%35.71

CMYK Percentages of Color #b57daa

%0
%31
%6
%29

Triadic Colors of #b57daa

#b57daa #aab57d #7daab5

Analogous Colors of #b57daa

#b57daa #b57d8e #a47db5

Monochromatic Colors of #b57daa

#b57daa

Complementary Color

#b57daa #7db588

#b57daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57daa Color CSS Codes

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

#b57daa Text Font Color

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

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


#b57daa Background Color

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

This div background color is #b57daa


#b57daa Border Color

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

This div border color is #b57daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57daa


Comments

No comments written yet.

Please login to write comment.