Color Hex Logo

#b8159a Color Hex

#B8159A
(184,21,154)
0 Favorites   0 Comments

Color spaces of #b8159a

RGB 18421154
HSL0.860.800.40
HSV311°89°72°
CMYK 0.000.890.16   0.28
XYZ25.868113.059831.7292
Yxy13.05980.36610.1848
Hunter Lab36.138364.5295-26.7593
CIE-Lab42.853270.3475-31.1247

#b8159a color RGB value is (184,21,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010101 10011010
Octal 270 25 232
Decimal 184 21 154
Hex B8 15 9A

RGB Percentages of Color #b8159a

%51.25
%5.85
%42.90

CMYK Percentages of Color #b8159a

%0
%89
%16
%28

Triadic Colors of #b8159a

#b8159a #9ab815 #159ab8

Analogous Colors of #b8159a

#b8159a #b81549 #8515b8

Monochromatic Colors of #b8159a

#b8159a

Complementary Color

#b8159a #15b833

#b8159a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8159a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8159a Color CSS Codes

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

#b8159a Text Font Color

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

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


#b8159a Background Color

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

This div background color is #b8159a


#b8159a Border Color

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

This div border color is #b8159a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8159a


Comments

No comments written yet.

Please login to write comment.