Color Hex Logo

#b316ab Color Hex

#B316AB
(179,22,171)
0 Favorites   0 Comments

Color spaces of #b316ab

RGB 17922171
HSL0.840.780.39
HSV303°88°70°
CMYK 0.000.880.04   0.30
XYZ26.228013.097839.6738
Yxy13.09780.33200.1658
Hunter Lab36.190966.0272-39.6623
CIE-Lab42.910271.5975-41.2799

#b316ab color RGB value is (179,22,171).

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

The process color (four color CMYK) of #b316ab color hex is 0.00, 0.88, 0.04, 0.30. Web safe color of #b316ab is #cc0099. Color #b316ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010110 10101011
Octal 263 26 253
Decimal 179 22 171
Hex B3 16 AB

RGB Percentages of Color #b316ab

%48.12
%5.91
%45.97

CMYK Percentages of Color #b316ab

%0
%88
%4
%30

Triadic Colors of #b316ab

#b316ab #abb316 #16abb3

Analogous Colors of #b316ab

#b316ab #b3165c #6d16b3

Monochromatic Colors of #b316ab

#b316ab

Complementary Color

#b316ab #16b31e

#b316ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b316ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b316ab Color CSS Codes

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

#b316ab Text Font Color

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

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


#b316ab Background Color

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

This div background color is #b316ab


#b316ab Border Color

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

This div border color is #b316ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b316ab


Comments

No comments written yet.

Please login to write comment.