Color Hex Logo

#8517de Color Hex

#8517DE
(133,23,222)
0 Favorites   0 Comments

Color spaces of #8517de

RGB 13323222
HSL0.760.810.48
HSV273°90°87°
CMYK 0.400.900.00   0.13
XYZ23.164110.873369.9851
Yxy10.87330.22270.1045
Hunter Lab32.974767.6872-102.7541
CIE-Lab39.366373.6694-77.1427

#8517de color RGB value is (133,23,222).

#8517de hex color red value is 133, green value is 23 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8517de hue: 0.76 , saturation: 0.81 and the lightness value of 8517de is 0.48.

The process color (four color CMYK) of #8517de color hex is 0.40, 0.90, 0.00, 0.13. Web safe color of #8517de is #9900cc. Color #8517de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010111 11011110
Octal 205 27 336
Decimal 133 23 222
Hex 85 17 DE

RGB Percentages of Color #8517de

%35.19
%6.08
%58.73

CMYK Percentages of Color #8517de

%40
%90
%0
%13

Triadic Colors of #8517de

#8517de #de8517 #17de85

Analogous Colors of #8517de

#8517de #de17d4 #2217de

Monochromatic Colors of #8517de

#8517de

Complementary Color

#8517de #70de17

#8517de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8517de Color Preview on White Background

Lorem ipsum dolor sit amet.

#8517de Color CSS Codes

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

#8517de Text Font Color

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

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


#8517de Background Color

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

This div background color is #8517de


#8517de Border Color

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

This div border color is #8517de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8517de


Comments

No comments written yet.

Please login to write comment.