Color Hex Logo

#a60edd Color Hex

#A60EDD
(166,14,221)
0 Favorites   0 Comments

Color spaces of #a60edd

RGB 16614221
HSL0.790.880.46
HSV284°94°87°
CMYK 0.250.940.00   0.13
XYZ28.934113.641569.5147
Yxy13.64150.25810.1217
Hunter Lab36.934475.2002-85.7364
CIE-Lab43.714378.9624-69.2584

#a60edd color RGB value is (166,14,221).

#a60edd hex color red value is 166, green value is 14 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a60edd hue: 0.79 , saturation: 0.88 and the lightness value of a60edd is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001110 11011101
Octal 246 16 335
Decimal 166 14 221
Hex A6 E DD

RGB Percentages of Color #a60edd

%41.40
%3.49
%55.11

CMYK Percentages of Color #a60edd

%25
%94
%0
%13

Triadic Colors of #a60edd

#a60edd #dda60e #0edda6

Analogous Colors of #a60edd

#a60edd #dd0ead #3f0edd

Monochromatic Colors of #a60edd

#a60edd

Complementary Color

#a60edd #45dd0e

#a60edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a60edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a60edd Color CSS Codes

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

#a60edd Text Font Color

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

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


#a60edd Background Color

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

This div background color is #a60edd


#a60edd Border Color

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

This div border color is #a60edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a60edd


Comments

No comments written yet.

Please login to write comment.