Color Hex Logo

#8517cc Color Hex

#8517CC
(133,23,204)
0 Favorites   0 Comments

Color spaces of #8517cc

RGB 13323204
HSL0.770.800.45
HSV276°89°80°
CMYK 0.350.890.00   0.20
XYZ20.87839.959057.9486
Yxy9.95900.23520.1122
Hunter Lab31.557962.8671-86.7816
CIE-Lab37.768769.9245-69.3733

#8517cc color RGB value is (133,23,204).

#8517cc hex color red value is 133, green value is 23 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8517cc hue: 0.77 , saturation: 0.80 and the lightness value of 8517cc is 0.45.

The process color (four color CMYK) of #8517cc color hex is 0.35, 0.89, 0.00, 0.20. Web safe color of #8517cc is #9900cc. Color #8517cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010111 11001100
Octal 205 27 314
Decimal 133 23 204
Hex 85 17 CC

RGB Percentages of Color #8517cc

%36.94
%6.39
%56.67

CMYK Percentages of Color #8517cc

%35
%89
%0
%20

Triadic Colors of #8517cc

#8517cc #cc8517 #17cc85

Analogous Colors of #8517cc

#8517cc #cc17b9 #2b17cc

Monochromatic Colors of #8517cc

#8517cc

Complementary Color

#8517cc #5ecc17

#8517cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8517cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8517cc Color CSS Codes

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

#8517cc Text Font Color

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

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


#8517cc Background Color

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

This div background color is #8517cc


#8517cc Border Color

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

This div border color is #8517cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8517cc


Comments

No comments written yet.

Please login to write comment.