Color Hex Logo

#8517bb Color Hex

#8517BB
(133,23,187)
0 Favorites   0 Comments

Color spaces of #8517bb

RGB 13323187
HSL0.780.780.41
HSV280°88°73°
CMYK 0.290.880.00   0.27
XYZ18.94899.187247.7883
Yxy9.18720.24960.1210
Hunter Lab30.310458.5482-72.2612
CIE-Lab36.342266.4781-61.7455

#8517bb color RGB value is (133,23,187).

#8517bb hex color red value is 133, green value is 23 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8517bb hue: 0.78 , saturation: 0.78 and the lightness value of 8517bb is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010111 10111011
Octal 205 27 273
Decimal 133 23 187
Hex 85 17 BB

RGB Percentages of Color #8517bb

%38.78
%6.71
%54.52

CMYK Percentages of Color #8517bb

%29
%88
%0
%27

Triadic Colors of #8517bb

#8517bb #bb8517 #17bb85

Analogous Colors of #8517bb

#8517bb #bb179f #3317bb

Monochromatic Colors of #8517bb

#8517bb

Complementary Color

#8517bb #4dbb17

#8517bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8517bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8517bb Color CSS Codes

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

#8517bb Text Font Color

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

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


#8517bb Background Color

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

This div background color is #8517bb


#8517bb Border Color

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

This div border color is #8517bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,23,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8517bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8517bb;
  -webkit-box-shadow: 1px 1px 3px 2px #8517bb;
  box-shadow:         1px 1px 3px 2px #8517bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8517bb


Comments

No comments written yet.

Please login to write comment.