Color Hex Logo

#8d17df Color Hex

#8D17DF
(141,23,223)
0 Favorites   0 Comments

Color spaces of #8d17df

RGB 14123223
HSL0.770.810.48
HSV275°90°87°
CMYK 0.370.900.00   0.13
XYZ24.610211.603270.7546
Yxy11.60320.23010.1085
Hunter Lab34.063569.3517-99.3092
CIE-Lab40.578474.8131-75.6831

#8d17df color RGB value is (141,23,223).

#8d17df hex color red value is 141, green value is 23 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8d17df hue: 0.77 , saturation: 0.81 and the lightness value of 8d17df is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 00010111 11011111
Octal 215 27 337
Decimal 141 23 223
Hex 8D 17 DF

RGB Percentages of Color #8d17df

%36.43
%5.94
%57.62

CMYK Percentages of Color #8d17df

%37
%90
%0
%13

Triadic Colors of #8d17df

#8d17df #df8d17 #17df8d

Analogous Colors of #8d17df

#8d17df #df17cd #2917df

Monochromatic Colors of #8d17df

#8d17df

Complementary Color

#8d17df #69df17

#8d17df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d17df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d17df Color CSS Codes

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

#8d17df Text Font Color

<p style="color:#8d17df">Text here</p>

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


#8d17df Background Color

<div style="background-color:#8d17df">
Div content here</div>

This div background color is #8d17df


#8d17df Border Color

<div style="border:3px solid #8d17df">
Div here</div>

This div border color is #8d17df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,23,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8d17df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8d17df;
  -webkit-box-shadow: 1px 1px 3px 2px #8d17df;
  box-shadow:         1px 1px 3px 2px #8d17df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d17df


Comments

No comments written yet.

Please login to write comment.