Color Hex Logo

#8517ce Color Hex

#8517CE
(133,23,206)
0 Favorites   0 Comments

Color spaces of #8517ce

RGB 13323206
HSL0.770.800.45
HSV276°89°81°
CMYK 0.350.890.00   0.19
XYZ21.119810.055659.2203
Yxy10.05560.23360.1112
Hunter Lab31.710663.3907-88.5282
CIE-Lab37.942070.3363-70.2516

#8517ce color RGB value is (133,23,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010111 11001110
Octal 205 27 316
Decimal 133 23 206
Hex 85 17 CE

RGB Percentages of Color #8517ce

%36.74
%6.35
%56.91

CMYK Percentages of Color #8517ce

%35
%89
%0
%19

Triadic Colors of #8517ce

#8517ce #ce8517 #17ce85

Analogous Colors of #8517ce

#8517ce #ce17bc #2a17ce

Monochromatic Colors of #8517ce

#8517ce

Complementary Color

#8517ce #60ce17

#8517ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8517ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8517ce Color CSS Codes

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

#8517ce Text Font Color

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

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


#8517ce Background Color

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

This div background color is #8517ce


#8517ce Border Color

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

This div border color is #8517ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8517ce


Comments

No comments written yet.

Please login to write comment.