Color Hex Logo

#a010a8 Color Hex

#A010A8
(160,16,168)
0 Favorites   0 Comments

Color spaces of #a010a8

RGB 16016168
HSL0.820.830.36
HSV297°90°66°
CMYK 0.050.900.00   0.34
XYZ21.750410.671337.9592
Yxy10.67130.30900.1516
Hunter Lab32.667061.6822-46.0285
CIE-Lab39.021268.6691-45.8968

#a010a8 color RGB value is (160,16,168).

#a010a8 hex color red value is 160, green value is 16 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #a010a8 hue: 0.82 , saturation: 0.83 and the lightness value of a010a8 is 0.36.

The process color (four color CMYK) of #a010a8 color hex is 0.05, 0.90, 0.00, 0.34. Web safe color of #a010a8 is #990099. Color #a010a8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010000 10101000
Octal 240 20 250
Decimal 160 16 168
Hex A0 10 A8

RGB Percentages of Color #a010a8

%46.51
%4.65
%48.84

CMYK Percentages of Color #a010a8

%5
%90
%0
%34

Triadic Colors of #a010a8

#a010a8 #a8a010 #10a8a0

Analogous Colors of #a010a8

#a010a8 #a81064 #5410a8

Monochromatic Colors of #a010a8

#a010a8

Complementary Color

#a010a8 #18a810

#a010a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a010a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a010a8 Color CSS Codes

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

#a010a8 Text Font Color

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

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


#a010a8 Background Color

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

This div background color is #a010a8


#a010a8 Border Color

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

This div border color is #a010a8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,16,168, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a010a8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a010a8;
  -webkit-box-shadow: 1px 1px 3px 2px #a010a8;
  box-shadow:         1px 1px 3px 2px #a010a8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,16,168, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a010a8


Comments

No comments written yet.

Please login to write comment.