Color Hex Logo

#8601dd Color Hex

#8601DD
(134,1,221)
0 Favorites   0 Comments

Color spaces of #8601dd

RGB 1341221
HSL0.770.990.44
HSV276°100°87°
CMYK 0.391.000.00   0.13
XYZ22.893510.310569.1901
Yxy10.31050.22360.1007
Hunter Lab32.110071.0730-105.2803
CIE-Lab38.394076.6391-78.1629

#8601dd color RGB value is (134,1,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00000001 11011101
Octal 206 1 335
Decimal 134 1 221
Hex 86 1 DD

RGB Percentages of Color #8601dd

%37.64
%0.28
%62.08

CMYK Percentages of Color #8601dd

%39
%100
%0
%13

Triadic Colors of #8601dd

#8601dd #dd8601 #01dd86

Analogous Colors of #8601dd

#8601dd #dd01c6 #1801dd

Monochromatic Colors of #8601dd

#8601dd

Complementary Color

#8601dd #58dd01

#8601dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8601dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8601dd Color CSS Codes

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

#8601dd Text Font Color

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

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


#8601dd Background Color

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

This div background color is #8601dd


#8601dd Border Color

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

This div border color is #8601dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,1,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8601dd


Comments

No comments written yet.

Please login to write comment.