Color Hex Logo

#b1515c Color Hex

#B1515C
(177,81,92)
0 Favorites   0 Comments

Color spaces of #b1515c

RGB 1778192
HSL0.980.380.51
HSV353°54°69°
CMYK 0.000.540.48   0.31
XYZ23.005716.004712.0019
Yxy16.00470.45100.3137
Hunter Lab40.005932.637610.2169
CIE-Lab46.980740.135212.6929

#b1515c color RGB value is (177,81,92).

#b1515c hex color red value is 177, green value is 81 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #b1515c hue: 0.98 , saturation: 0.38 and the lightness value of b1515c is 0.51.

The process color (four color CMYK) of #b1515c color hex is 0.00, 0.54, 0.48, 0.31. Web safe color of #b1515c is #996666. Color #b1515c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010001 01011100
Octal 261 121 134
Decimal 177 81 92
Hex B1 51 5C

RGB Percentages of Color #b1515c

%50.57
%23.14
%26.29

CMYK Percentages of Color #b1515c

%0
%54
%48
%31

Triadic Colors of #b1515c

#b1515c #5cb151 #515cb1

Analogous Colors of #b1515c

#b1515c #b17651 #b1518c

Monochromatic Colors of #b1515c

#b1515c

Complementary Color

#b1515c #51b1a6

#b1515c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1515c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1515c Color CSS Codes

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

#b1515c Text Font Color

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

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


#b1515c Background Color

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

This div background color is #b1515c


#b1515c Border Color

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

This div border color is #b1515c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,81,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1515c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1515c;
  -webkit-box-shadow: 1px 1px 3px 2px #b1515c;
  box-shadow:         1px 1px 3px 2px #b1515c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,81,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1515c


Comments

No comments written yet.

Please login to write comment.