Color Hex Logo

#a60aeb Color Hex

#A60AEB
(166,10,235)
0 Favorites   0 Comments

Color spaces of #a60aeb

RGB 16610235
HSL0.780.920.48
HSV282°96°92°
CMYK 0.290.960.00   0.08
XYZ30.829814.322279.7368
Yxy14.32220.24690.1147
Hunter Lab37.844779.1851-98.4297
CIE-Lab44.691581.9414-75.6320

#a60aeb color RGB value is (166,10,235).

#a60aeb hex color red value is 166, green value is 10 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a60aeb hue: 0.78 , saturation: 0.92 and the lightness value of a60aeb is 0.48.

The process color (four color CMYK) of #a60aeb color hex is 0.29, 0.96, 0.00, 0.08. Web safe color of #a60aeb is #9900ff. Color #a60aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001010 11101011
Octal 246 12 353
Decimal 166 10 235
Hex A6 A EB

RGB Percentages of Color #a60aeb

%40.39
%2.43
%57.18

CMYK Percentages of Color #a60aeb

%29
%96
%0
%8

Triadic Colors of #a60aeb

#a60aeb #eba60a #0aeba6

Analogous Colors of #a60aeb

#a60aeb #eb0ac0 #360aeb

Monochromatic Colors of #a60aeb

#a60aeb

Complementary Color

#a60aeb #4feb0a

#a60aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a60aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a60aeb Color CSS Codes

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

#a60aeb Text Font Color

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

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


#a60aeb Background Color

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

This div background color is #a60aeb


#a60aeb Border Color

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

This div border color is #a60aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a60aeb


Comments

No comments written yet.

Please login to write comment.