Color Hex Logo

#b8159e Color Hex

#B8159E
(184,21,158)
0 Favorites   0 Comments

Color spaces of #b8159e

RGB 18421158
HSL0.860.800.40
HSV310°89°72°
CMYK 0.000.890.14   0.28
XYZ26.206913.195333.5134
Yxy13.19530.35940.1810
Hunter Lab36.325365.2094-29.2726
CIE-Lab43.056170.8817-33.2152

#b8159e color RGB value is (184,21,158).

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

The process color (four color CMYK) of #b8159e color hex is 0.00, 0.89, 0.14, 0.28. Web safe color of #b8159e is #cc0099. Color #b8159e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010101 10011110
Octal 270 25 236
Decimal 184 21 158
Hex B8 15 9E

RGB Percentages of Color #b8159e

%50.69
%5.79
%43.53

CMYK Percentages of Color #b8159e

%0
%89
%14
%28

Triadic Colors of #b8159e

#b8159e #9eb815 #159eb8

Analogous Colors of #b8159e

#b8159e #b8154c #8115b8

Monochromatic Colors of #b8159e

#b8159e

Complementary Color

#b8159e #15b82f

#b8159e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8159e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8159e Color CSS Codes

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

#b8159e Text Font Color

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

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


#b8159e Background Color

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

This div background color is #b8159e


#b8159e Border Color

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

This div border color is #b8159e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8159e


Comments

No comments written yet.

Please login to write comment.