Color Hex Logo

#a508aa Color Hex

#A508AA
(165,8,170)
0 Favorites   0 Comments

Color spaces of #a508aa

RGB 1658170
HSL0.830.910.35
HSV298°95°67°
CMYK 0.030.950.00   0.33
XYZ22.859611.075338.9631
Yxy11.07530.31360.1519
Hunter Lab33.279664.3717-46.1199
CIE-Lab39.707070.8261-45.9445

#a508aa color RGB value is (165,8,170).

#a508aa hex color red value is 165, green value is 8 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a508aa hue: 0.83 , saturation: 0.91 and the lightness value of a508aa is 0.35.

The process color (four color CMYK) of #a508aa color hex is 0.03, 0.95, 0.00, 0.33. Web safe color of #a508aa is #990099. Color #a508aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001000 10101010
Octal 245 10 252
Decimal 165 8 170
Hex A5 8 AA

RGB Percentages of Color #a508aa

%48.10
%2.33
%49.56

CMYK Percentages of Color #a508aa

%3
%95
%0
%33

Triadic Colors of #a508aa

#a508aa #aaa508 #08aaa5

Analogous Colors of #a508aa

#a508aa #aa085e #5408aa

Monochromatic Colors of #a508aa

#a508aa

Complementary Color

#a508aa #0daa08

#a508aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a508aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a508aa Color CSS Codes

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

#a508aa Text Font Color

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

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


#a508aa Background Color

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

This div background color is #a508aa


#a508aa Border Color

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

This div border color is #a508aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,8,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a508aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a508aa;
  -webkit-box-shadow: 1px 1px 3px 2px #a508aa;
  box-shadow:         1px 1px 3px 2px #a508aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,8,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a508aa


Comments

No comments written yet.

Please login to write comment.