Color Hex Logo

#b557ac Color Hex

#B557AC
(181,87,172)
0 Favorites   0 Comments

Color spaces of #b557ac

RGB 18187172
HSL0.850.390.53
HSV306°52°71°
CMYK 0.000.520.05   0.29
XYZ29.910619.618741.2400
Yxy19.61870.32950.2161
Hunter Lab44.293043.0264-24.1982
CIE-Lab51.403349.5623-28.4921

#b557ac color RGB value is (181,87,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010111 10101100
Octal 265 127 254
Decimal 181 87 172
Hex B5 57 AC

RGB Percentages of Color #b557ac

%41.14
%19.77
%39.09

CMYK Percentages of Color #b557ac

%0
%52
%5
%29

Triadic Colors of #b557ac

#b557ac #acb557 #57acb5

Analogous Colors of #b557ac

#b557ac #b5577d #8f57b5

Monochromatic Colors of #b557ac

#b557ac

Complementary Color

#b557ac #57b560

#b557ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b557ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b557ac Color CSS Codes

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

#b557ac Text Font Color

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

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


#b557ac Background Color

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

This div background color is #b557ac


#b557ac Border Color

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

This div border color is #b557ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b557ac


Comments

No comments written yet.

Please login to write comment.