Color Hex Logo

#b8155c Color Hex

#B8155C
(184,21,92)
0 Favorites   0 Comments

Color spaces of #b8155c

RGB 1842192
HSL0.930.800.40
HSV334°89°72°
CMYK 0.000.890.50   0.28
XYZ21.967111.499411.1870
Yxy11.49940.49190.2575
Hunter Lab33.910856.28694.1780
CIE-Lab40.409263.69903.5842

#b8155c color RGB value is (184,21,92).

#b8155c hex color red value is 184, green value is 21 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #b8155c hue: 0.93 , saturation: 0.80 and the lightness value of b8155c is 0.40.

The process color (four color CMYK) of #b8155c color hex is 0.00, 0.89, 0.50, 0.28. Web safe color of #b8155c is #cc0066. Color #b8155c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010101 01011100
Octal 270 25 134
Decimal 184 21 92
Hex B8 15 5C

RGB Percentages of Color #b8155c

%61.95
%7.07
%30.98

CMYK Percentages of Color #b8155c

%0
%89
%50
%28

Triadic Colors of #b8155c

#b8155c #5cb815 #155cb8

Analogous Colors of #b8155c

#b8155c #b81f15 #b815ae

Monochromatic Colors of #b8155c

#b8155c

Complementary Color

#b8155c #15b871

#b8155c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8155c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8155c Color CSS Codes

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

#b8155c Text Font Color

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

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


#b8155c Background Color

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

This div background color is #b8155c


#b8155c Border Color

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

This div border color is #b8155c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8155c


Comments

No comments written yet.

Please login to write comment.