Color Hex Logo

#a80aba Color Hex

#A80ABA
(168,10,186)
0 Favorites   0 Comments

Color spaces of #a80aba

RGB 16810186
HSL0.820.900.38
HSV294°95°73°
CMYK 0.100.950.00   0.27
XYZ25.119912.087147.4634
Yxy12.08710.29670.1428
Hunter Lab34.766568.1305-56.6064
CIE-Lab41.354273.6541-52.7589

#a80aba color RGB value is (168,10,186).

#a80aba hex color red value is 168, green value is 10 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a80aba hue: 0.82 , saturation: 0.90 and the lightness value of a80aba is 0.38.

The process color (four color CMYK) of #a80aba color hex is 0.10, 0.95, 0.00, 0.27. Web safe color of #a80aba is #9900cc. Color #a80aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00001010 10111010
Octal 250 12 272
Decimal 168 10 186
Hex A8 A BA

RGB Percentages of Color #a80aba

%46.15
%2.75
%51.10

CMYK Percentages of Color #a80aba

%10
%95
%0
%27

Triadic Colors of #a80aba

#a80aba #baa80a #0abaa8

Analogous Colors of #a80aba

#a80aba #ba0a74 #500aba

Monochromatic Colors of #a80aba

#a80aba

Complementary Color

#a80aba #1cba0a

#a80aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a80aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a80aba Color CSS Codes

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

#a80aba Text Font Color

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

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


#a80aba Background Color

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

This div background color is #a80aba


#a80aba Border Color

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

This div border color is #a80aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a80aba


Comments

No comments written yet.

Please login to write comment.