Color Hex Logo

#b57cac Color Hex

#B57CAC
(181,124,172)
0 Favorites   0 Comments

Color spaces of #b57cac

RGB 181124172
HSL0.860.280.60
HSV309°31°71°
CMYK 0.000.310.05   0.29
XYZ33.710127.217642.5065
Yxy27.21760.32590.2631
Hunter Lab52.170524.0399-11.7879
CIE-Lab59.175229.8934-16.5588

#b57cac color RGB value is (181,124,172).

#b57cac hex color red value is 181, green value is 124 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b57cac hue: 0.86 , saturation: 0.28 and the lightness value of b57cac is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111100 10101100
Octal 265 174 254
Decimal 181 124 172
Hex B5 7C AC

RGB Percentages of Color #b57cac

%37.95
%26.00
%36.06

CMYK Percentages of Color #b57cac

%0
%31
%5
%29

Triadic Colors of #b57cac

#b57cac #acb57c #7cacb5

Analogous Colors of #b57cac

#b57cac #b57c90 #a27cb5

Monochromatic Colors of #b57cac

#b57cac

Complementary Color

#b57cac #7cb585

#b57cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57cac Color CSS Codes

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

#b57cac Text Font Color

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

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


#b57cac Background Color

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

This div background color is #b57cac


#b57cac Border Color

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

This div border color is #b57cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57cac


Comments

No comments written yet.

Please login to write comment.