Color Hex Logo

#8c17df Color Hex

#8C17DF
(140,23,223)
0 Favorites   0 Comments

Color spaces of #8c17df

RGB 14023223
HSL0.760.810.48
HSV275°90°87°
CMYK 0.370.900.00   0.13
XYZ24.440911.516070.7467
Yxy11.51600.22910.1079
Hunter Lab33.935269.1730-99.8506
CIE-Lab40.436374.6931-75.9216

#8c17df color RGB value is (140,23,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 00010111 11011111
Octal 214 27 337
Decimal 140 23 223
Hex 8C 17 DF

RGB Percentages of Color #8c17df

%36.27
%5.96
%57.77

CMYK Percentages of Color #8c17df

%37
%90
%0
%13

Triadic Colors of #8c17df

#8c17df #df8c17 #17df8c

Analogous Colors of #8c17df

#8c17df #df17ce #2817df

Monochromatic Colors of #8c17df

#8c17df

Complementary Color

#8c17df #6adf17

#8c17df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c17df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c17df Color CSS Codes

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

#8c17df Text Font Color

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

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


#8c17df Background Color

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

This div background color is #8c17df


#8c17df Border Color

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

This div border color is #8c17df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,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 #8c17df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c17df


Comments

No comments written yet.

Please login to write comment.