Color Hex Logo

#b0154e Color Hex

#B0154E
(176,21,78)
0 Favorites   0 Comments

Color spaces of #b0154e

RGB 1762178
HSL0.940.790.39
HSV338°88°69°
CMYK 0.000.880.56   0.31
XYZ19.547810.31658.1687
Yxy10.31650.51400.2713
Hunter Lab32.119352.42627.4047
CIE-Lab38.404660.63429.4492

#b0154e color RGB value is (176,21,78).

#b0154e hex color red value is 176, green value is 21 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #b0154e hue: 0.94 , saturation: 0.79 and the lightness value of b0154e is 0.39.

The process color (four color CMYK) of #b0154e color hex is 0.00, 0.88, 0.56, 0.31. Web safe color of #b0154e is #990066. Color #b0154e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010101 01001110
Octal 260 25 116
Decimal 176 21 78
Hex B0 15 4E

RGB Percentages of Color #b0154e

%64.00
%7.64
%28.36

CMYK Percentages of Color #b0154e

%0
%88
%56
%31

Triadic Colors of #b0154e

#b0154e #4eb015 #154eb0

Analogous Colors of #b0154e

#b0154e #b02a15 #b0159c

Monochromatic Colors of #b0154e

#b0154e

Complementary Color

#b0154e #15b077

#b0154e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0154e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0154e Color CSS Codes

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

#b0154e Text Font Color

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

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


#b0154e Background Color

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

This div background color is #b0154e


#b0154e Border Color

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

This div border color is #b0154e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0154e


Comments

No comments written yet.

Please login to write comment.