Color Hex Logo

#a60edc Color Hex

#A60EDC
(166,14,220)
0 Favorites   0 Comments

Color spaces of #a60edc

RGB 16614220
HSL0.790.880.46
HSV284°94°86°
CMYK 0.250.940.00   0.14
XYZ28.801213.588468.8150
Yxy13.58840.25900.1222
Hunter Lab36.862474.9555-84.8792
CIE-Lab43.636878.7811-68.8124

#a60edc color RGB value is (166,14,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001110 11011100
Octal 246 16 334
Decimal 166 14 220
Hex A6 E DC

RGB Percentages of Color #a60edc

%41.50
%3.50
%55.00

CMYK Percentages of Color #a60edc

%25
%94
%0
%14

Triadic Colors of #a60edc

#a60edc #dca60e #0edca6

Analogous Colors of #a60edc

#a60edc #dc0eab #3f0edc

Monochromatic Colors of #a60edc

#a60edc

Complementary Color

#a60edc #44dc0e

#a60edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a60edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a60edc Color CSS Codes

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

#a60edc Text Font Color

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

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


#a60edc Background Color

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

This div background color is #a60edc


#a60edc Border Color

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

This div border color is #a60edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,14,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a60edc


Comments

No comments written yet.

Please login to write comment.