Color Hex Logo

#b1137e Color Hex

#B1137E
(177,19,126)
0 Favorites   0 Comments

Color spaces of #b1137e

RGB 17719126
HSL0.890.810.38
HSV319°89°69°
CMYK 0.000.890.29   0.31
XYZ22.130211.319220.7571
Yxy11.31920.40830.2088
Hunter Lab33.644058.5358-13.0289
CIE-Lab40.113065.7333-18.3597

#b1137e color RGB value is (177,19,126).

#b1137e hex color red value is 177, green value is 19 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b1137e hue: 0.89 , saturation: 0.81 and the lightness value of b1137e is 0.38.

The process color (four color CMYK) of #b1137e color hex is 0.00, 0.89, 0.29, 0.31. Web safe color of #b1137e is #990066. Color #b1137e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010011 01111110
Octal 261 23 176
Decimal 177 19 126
Hex B1 13 7E

RGB Percentages of Color #b1137e

%54.97
%5.90
%39.13

CMYK Percentages of Color #b1137e

%0
%89
%29
%31

Triadic Colors of #b1137e

#b1137e #7eb113 #137eb1

Analogous Colors of #b1137e

#b1137e #b1132f #9513b1

Monochromatic Colors of #b1137e

#b1137e

Complementary Color

#b1137e #13b146

#b1137e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1137e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1137e Color CSS Codes

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

#b1137e Text Font Color

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

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


#b1137e Background Color

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

This div background color is #b1137e


#b1137e Border Color

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

This div border color is #b1137e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,19,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1137e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1137e;
  -webkit-box-shadow: 1px 1px 3px 2px #b1137e;
  box-shadow:         1px 1px 3px 2px #b1137e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,19,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1137e


Comments

No comments written yet.

Please login to write comment.