Color Hex Logo

#b716aa Color Hex

#B716AA
(183,22,170)
0 Favorites   0 Comments

Color spaces of #b716aa

RGB 18322170
HSL0.850.790.40
HSV305°88°72°
CMYK 0.000.880.07   0.28
XYZ27.071013.543439.2175
Yxy13.54340.33910.1696
Hunter Lab36.801466.9018-37.4217
CIE-Lab43.570972.2008-39.5911

#b716aa color RGB value is (183,22,170).

#b716aa hex color red value is 183, green value is 22 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b716aa hue: 0.85 , saturation: 0.79 and the lightness value of b716aa is 0.40.

The process color (four color CMYK) of #b716aa color hex is 0.00, 0.88, 0.07, 0.28. Web safe color of #b716aa is #cc0099. Color #b716aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010110 10101010
Octal 267 26 252
Decimal 183 22 170
Hex B7 16 AA

RGB Percentages of Color #b716aa

%48.80
%5.87
%45.33

CMYK Percentages of Color #b716aa

%0
%88
%7
%28

Triadic Colors of #b716aa

#b716aa #aab716 #16aab7

Analogous Colors of #b716aa

#b716aa #b71659 #7416b7

Monochromatic Colors of #b716aa

#b716aa

Complementary Color

#b716aa #16b723

#b716aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b716aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b716aa Color CSS Codes

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

#b716aa Text Font Color

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

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


#b716aa Background Color

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

This div background color is #b716aa


#b716aa Border Color

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

This div border color is #b716aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b716aa


Comments

No comments written yet.

Please login to write comment.