Color Hex Logo

#b31fab Color Hex

#B31FAB
(179,31,171)
0 Favorites   0 Comments

Color spaces of #b31fab

RGB 17931171
HSL0.840.700.41
HSV303°83°70°
CMYK 0.000.830.04   0.30
XYZ26.431113.504039.7415
Yxy13.50400.33170.1695
Hunter Lab36.747864.0787-38.3967
CIE-Lab43.513069.8373-40.3217

#b31fab color RGB value is (179,31,171).

#b31fab hex color red value is 179, green value is 31 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b31fab hue: 0.84 , saturation: 0.70 and the lightness value of b31fab is 0.41.

The process color (four color CMYK) of #b31fab color hex is 0.00, 0.83, 0.04, 0.30. Web safe color of #b31fab is #cc3399. Color #b31fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011111 10101011
Octal 263 37 253
Decimal 179 31 171
Hex B3 1F AB

RGB Percentages of Color #b31fab

%46.98
%8.14
%44.88

CMYK Percentages of Color #b31fab

%0
%83
%4
%30

Triadic Colors of #b31fab

#b31fab #abb31f #1fabb3

Analogous Colors of #b31fab

#b31fab #b31f61 #711fb3

Monochromatic Colors of #b31fab

#b31fab

Complementary Color

#b31fab #1fb327

#b31fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31fab Color CSS Codes

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

#b31fab Text Font Color

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

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


#b31fab Background Color

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

This div background color is #b31fab


#b31fab Border Color

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

This div border color is #b31fab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,31,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b31fab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b31fab;
  -webkit-box-shadow: 1px 1px 3px 2px #b31fab;
  box-shadow:         1px 1px 3px 2px #b31fab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,31,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31fab


Comments

No comments written yet.

Please login to write comment.