Color Hex Logo

#8601df Color Hex

#8601DF
(134,1,223)
0 Favorites   0 Comments

Color spaces of #8601df

RGB 1341223
HSL0.770.990.44
HSV276°100°87°
CMYK 0.401.000.00   0.13
XYZ23.161710.417870.6021
Yxy10.41780.22230.1000
Hunter Lab32.276671.6075-107.0977
CIE-Lab38.582177.0387-79.0005

#8601df color RGB value is (134,1,223).

#8601df hex color red value is 134, green value is 1 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8601df hue: 0.77 , saturation: 0.99 and the lightness value of 8601df is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00000001 11011111
Octal 206 1 337
Decimal 134 1 223
Hex 86 1 DF

RGB Percentages of Color #8601df

%37.43
%0.28
%62.29

CMYK Percentages of Color #8601df

%40
%100
%0
%13

Triadic Colors of #8601df

#8601df #df8601 #01df86

Analogous Colors of #8601df

#8601df #df01c9 #1701df

Monochromatic Colors of #8601df

#8601df

Complementary Color

#8601df #5adf01

#8601df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8601df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8601df Color CSS Codes

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

#8601df Text Font Color

<p style="color:#8601df">Text here</p>

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


#8601df Background Color

<div style="background-color:#8601df">
Div content here</div>

This div background color is #8601df


#8601df Border Color

<div style="border:3px solid #8601df">
Div here</div>

This div border color is #8601df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,1,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8601df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8601df;
  -webkit-box-shadow: 1px 1px 3px 2px #8601df;
  box-shadow:         1px 1px 3px 2px #8601df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,1,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 #8601df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8601df

#8601df Color Palettes


Comments

No comments written yet.

Please login to write comment.