Color Hex Logo

#b4156f Color Hex

#B4156F
(180,21,111)
0 Favorites   0 Comments

Color spaces of #b4156f

RGB 18021111
HSL0.910.790.39
HSV326°88°71°
CMYK 0.000.880.38   0.29
XYZ21.959811.387316.0795
Yxy11.38730.44430.2304
Hunter Lab33.745157.1060-4.6301
CIE-Lab40.225364.4577-8.7743

#b4156f color RGB value is (180,21,111).

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

The process color (four color CMYK) of #b4156f color hex is 0.00, 0.88, 0.38, 0.29. Web safe color of #b4156f is #cc0066. Color #b4156f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010101 01101111
Octal 264 25 157
Decimal 180 21 111
Hex B4 15 6F

RGB Percentages of Color #b4156f

%57.69
%6.73
%35.58

CMYK Percentages of Color #b4156f

%0
%88
%38
%29

Triadic Colors of #b4156f

#b4156f #6fb415 #156fb4

Analogous Colors of #b4156f

#b4156f #b41520 #aa15b4

Monochromatic Colors of #b4156f

#b4156f

Complementary Color

#b4156f #15b45a

#b4156f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4156f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4156f Color CSS Codes

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

#b4156f Text Font Color

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

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


#b4156f Background Color

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

This div background color is #b4156f


#b4156f Border Color

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

This div border color is #b4156f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4156f


Comments

No comments written yet.

Please login to write comment.