Color Hex Logo

#a601de Color Hex

#A601DE
(166,1,222)
0 Favorites   0 Comments

Color spaces of #a601de

RGB 1661222
HSL0.790.990.44
HSV285°100°87°
CMYK 0.251.000.00   0.13
XYZ28.921613.402670.1699
Yxy13.40260.25710.1191
Hunter Lab36.609676.9485-88.0150
CIE-Lab43.363780.4254-70.4023

#a601de color RGB value is (166,1,222).

#a601de hex color red value is 166, green value is 1 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a601de hue: 0.79 , saturation: 0.99 and the lightness value of a601de is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000001 11011110
Octal 246 1 336
Decimal 166 1 222
Hex A6 1 DE

RGB Percentages of Color #a601de

%42.67
%0.26
%57.07

CMYK Percentages of Color #a601de

%25
%100
%0
%13

Triadic Colors of #a601de

#a601de #dea601 #01dea6

Analogous Colors of #a601de

#a601de #de01a8 #3801de

Monochromatic Colors of #a601de

#a601de

Complementary Color

#a601de #39de01

#a601de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a601de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a601de Color CSS Codes

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

#a601de Text Font Color

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

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


#a601de Background Color

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

This div background color is #a601de


#a601de Border Color

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

This div border color is #a601de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a601de


Comments

No comments written yet.

Please login to write comment.