Color Hex Logo

#b1319a Color Hex

#B1319A
(177,49,154)
0 Favorites   0 Comments

Color spaces of #b1319a

RGB 17749154
HSL0.860.570.44
HSV311°72°69°
CMYK 0.000.720.13   0.31
XYZ25.062513.876831.9294
Yxy13.87680.35360.1958
Hunter Lab37.251654.9028-24.7431
CIE-Lab44.055761.7651-29.3297

#b1319a color RGB value is (177,49,154).

#b1319a hex color red value is 177, green value is 49 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #b1319a hue: 0.86 , saturation: 0.57 and the lightness value of b1319a is 0.44.

The process color (four color CMYK) of #b1319a color hex is 0.00, 0.72, 0.13, 0.31. Web safe color of #b1319a is #993399. Color #b1319a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110001 10011010
Octal 261 61 232
Decimal 177 49 154
Hex B1 31 9A

RGB Percentages of Color #b1319a

%46.58
%12.89
%40.53

CMYK Percentages of Color #b1319a

%0
%72
%13
%31

Triadic Colors of #b1319a

#b1319a #9ab131 #319ab1

Analogous Colors of #b1319a

#b1319a #b1315a #8831b1

Monochromatic Colors of #b1319a

#b1319a

Complementary Color

#b1319a #31b148

#b1319a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1319a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1319a Color CSS Codes

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

#b1319a Text Font Color

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

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


#b1319a Background Color

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

This div background color is #b1319a


#b1319a Border Color

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

This div border color is #b1319a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1319a


Comments

No comments written yet.

Please login to write comment.