Color Hex Logo

#8516b6 Color Hex

#8516B6
(133,22,182)
0 Favorites   0 Comments

Color spaces of #8516b6

RGB 13322182
HSL0.780.780.40
HSV282°88°71°
CMYK 0.270.880.00   0.29
XYZ18.40338.937845.0112
Yxy8.93780.25440.1235
Hunter Lab29.896257.5617-68.3388
CIE-Lab35.864365.7076-59.5665

#8516b6 color RGB value is (133,22,182).

#8516b6 hex color red value is 133, green value is 22 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #8516b6 hue: 0.78 , saturation: 0.78 and the lightness value of 8516b6 is 0.40.

The process color (four color CMYK) of #8516b6 color hex is 0.27, 0.88, 0.00, 0.29. Web safe color of #8516b6 is #9900cc. Color #8516b6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010110 10110110
Octal 205 26 266
Decimal 133 22 182
Hex 85 16 B6

RGB Percentages of Color #8516b6

%39.47
%6.53
%54.01

CMYK Percentages of Color #8516b6

%27
%88
%0
%29

Triadic Colors of #8516b6

#8516b6 #b68516 #16b685

Analogous Colors of #8516b6

#8516b6 #b61697 #3516b6

Monochromatic Colors of #8516b6

#8516b6

Complementary Color

#8516b6 #47b616

#8516b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8516b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8516b6 Color CSS Codes

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

#8516b6 Text Font Color

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

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


#8516b6 Background Color

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

This div background color is #8516b6


#8516b6 Border Color

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

This div border color is #8516b6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,22,182, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8516b6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8516b6;
  -webkit-box-shadow: 1px 1px 3px 2px #8516b6;
  box-shadow:         1px 1px 3px 2px #8516b6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8516b6


Comments

No comments written yet.

Please login to write comment.