Color Hex Logo

#b857ac Color Hex

#B857AC
(184,87,172)
0 Favorites   0 Comments

Color spaces of #b857ac

RGB 18487172
HSL0.850.410.53
HSV307°53°72°
CMYK 0.000.530.07   0.28
XYZ30.621819.985341.2733
Yxy19.98530.33330.2175
Hunter Lab44.704944.0346-23.4454
CIE-Lab51.820650.4383-27.8117

#b857ac color RGB value is (184,87,172).

#b857ac hex color red value is 184, green value is 87 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b857ac hue: 0.85 , saturation: 0.41 and the lightness value of b857ac is 0.53.

The process color (four color CMYK) of #b857ac color hex is 0.00, 0.53, 0.07, 0.28. Web safe color of #b857ac is #cc6699. Color #b857ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010111 10101100
Octal 270 127 254
Decimal 184 87 172
Hex B8 57 AC

RGB Percentages of Color #b857ac

%41.53
%19.64
%38.83

CMYK Percentages of Color #b857ac

%0
%53
%7
%28

Triadic Colors of #b857ac

#b857ac #acb857 #57acb8

Analogous Colors of #b857ac

#b857ac #b8577c #9457b8

Monochromatic Colors of #b857ac

#b857ac

Complementary Color

#b857ac #57b863

#b857ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b857ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b857ac Color CSS Codes

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

#b857ac Text Font Color

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

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


#b857ac Background Color

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

This div background color is #b857ac


#b857ac Border Color

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

This div border color is #b857ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b857ac


Comments

No comments written yet.

Please login to write comment.