Color Hex Logo

#b0557f Color Hex

#B0557F
(176,85,127)
0 Favorites   0 Comments

Color spaces of #b0557f

RGB 17685127
HSL0.920.370.51
HSV332°52°69°
CMYK 0.000.520.28   0.31
XYZ24.983817.259422.0933
Yxy17.25940.38830.2683
Hunter Lab41.544434.6427-2.4493
CIE-Lab48.585241.9054-6.1711

#b0557f color RGB value is (176,85,127).

#b0557f hex color red value is 176, green value is 85 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #b0557f hue: 0.92 , saturation: 0.37 and the lightness value of b0557f is 0.51.

The process color (four color CMYK) of #b0557f color hex is 0.00, 0.52, 0.28, 0.31. Web safe color of #b0557f is #996666. Color #b0557f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010101 01111111
Octal 260 125 177
Decimal 176 85 127
Hex B0 55 7F

RGB Percentages of Color #b0557f

%45.36
%21.91
%32.73

CMYK Percentages of Color #b0557f

%0
%52
%28
%31

Triadic Colors of #b0557f

#b0557f #7fb055 #557fb0

Analogous Colors of #b0557f

#b0557f #b05855 #b055ad

Monochromatic Colors of #b0557f

#b0557f

Complementary Color

#b0557f #55b086

#b0557f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0557f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0557f Color CSS Codes

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

#b0557f Text Font Color

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

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


#b0557f Background Color

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

This div background color is #b0557f


#b0557f Border Color

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

This div border color is #b0557f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,85,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0557f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0557f;
  -webkit-box-shadow: 1px 1px 3px 2px #b0557f;
  box-shadow:         1px 1px 3px 2px #b0557f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,85,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0557f


Comments

No comments written yet.

Please login to write comment.