Color Hex Logo

#a60eaf Color Hex

#A60EAF
(166,14,175)
0 Favorites   0 Comments

Color spaces of #a60eaf

RGB 16614175
HSL0.820.850.37
HSV297°92°69°
CMYK 0.050.920.00   0.31
XYZ23.620811.516241.5353
Yxy11.51620.30810.1502
Hunter Lab33.935564.8576-48.8130
CIE-Lab40.436671.0949-47.7448

#a60eaf color RGB value is (166,14,175).

#a60eaf hex color red value is 166, green value is 14 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a60eaf hue: 0.82 , saturation: 0.85 and the lightness value of a60eaf is 0.37.

The process color (four color CMYK) of #a60eaf color hex is 0.05, 0.92, 0.00, 0.31. Web safe color of #a60eaf is #990099. Color #a60eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001110 10101111
Octal 246 16 257
Decimal 166 14 175
Hex A6 E AF

RGB Percentages of Color #a60eaf

%46.76
%3.94
%49.30

CMYK Percentages of Color #a60eaf

%5
%92
%0
%31

Triadic Colors of #a60eaf

#a60eaf #afa60e #0eafa6

Analogous Colors of #a60eaf

#a60eaf #af0e68 #560eaf

Monochromatic Colors of #a60eaf

#a60eaf

Complementary Color

#a60eaf #17af0e

#a60eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a60eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a60eaf Color CSS Codes

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

#a60eaf Text Font Color

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

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


#a60eaf Background Color

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

This div background color is #a60eaf


#a60eaf Border Color

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

This div border color is #a60eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a60eaf


Comments

No comments written yet.

Please login to write comment.