Color Hex Logo

#b316aa Color Hex

#B316AA
(179,22,170)
0 Favorites   0 Comments

Color spaces of #b316aa

RGB 17922170
HSL0.840.780.39
HSV303°88°70°
CMYK 0.000.880.05   0.30
XYZ26.133013.059839.1736
Yxy13.05980.33350.1667
Hunter Lab36.138365.8380-38.9729
CIE-Lab42.853271.4498-40.7753

#b316aa color RGB value is (179,22,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010110 10101010
Octal 263 26 252
Decimal 179 22 170
Hex B3 16 AA

RGB Percentages of Color #b316aa

%48.25
%5.93
%45.82

CMYK Percentages of Color #b316aa

%0
%88
%5
%30

Triadic Colors of #b316aa

#b316aa #aab316 #16aab3

Analogous Colors of #b316aa

#b316aa #b3165b #6e16b3

Monochromatic Colors of #b316aa

#b316aa

Complementary Color

#b316aa #16b31f

#b316aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b316aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b316aa Color CSS Codes

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

#b316aa Text Font Color

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

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


#b316aa Background Color

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

This div background color is #b316aa


#b316aa Border Color

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

This div border color is #b316aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b316aa


Comments

No comments written yet.

Please login to write comment.