Color Hex Logo

#b57cad Color Hex

#B57CAD
(181,124,173)
0 Favorites   0 Comments

Color spaces of #b57cad

RGB 181124173
HSL0.860.280.60
HSV308°31°71°
CMYK 0.000.310.04   0.29
XYZ33.806527.256243.0143
Yxy27.25620.32480.2619
Hunter Lab52.207524.2231-12.3044
CIE-Lab59.210730.0773-17.0773

#b57cad color RGB value is (181,124,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111100 10101101
Octal 265 174 255
Decimal 181 124 173
Hex B5 7C AD

RGB Percentages of Color #b57cad

%37.87
%25.94
%36.19

CMYK Percentages of Color #b57cad

%0
%31
%4
%29

Triadic Colors of #b57cad

#b57cad #adb57c #7cadb5

Analogous Colors of #b57cad

#b57cad #b57c91 #a17cb5

Monochromatic Colors of #b57cad

#b57cad

Complementary Color

#b57cad #7cb584

#b57cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57cad Color CSS Codes

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

#b57cad Text Font Color

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

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


#b57cad Background Color

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

This div background color is #b57cad


#b57cad Border Color

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

This div border color is #b57cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57cad


Comments

No comments written yet.

Please login to write comment.