Color Hex Logo

#a07add Color Hex

#A07ADD
(160,122,221)
0 Favorites   0 Comments

Color spaces of #a07add

RGB 160122221
HSL0.730.590.67
HSV263°45°87°
CMYK 0.280.450.00   0.13
XYZ34.507926.613171.7247
Yxy26.61310.25980.2003
Hunter Lab51.587929.1225-46.3217
CIE-Lab58.614535.0806-45.3745

#a07add color RGB value is (160,122,221).

#a07add hex color red value is 160, green value is 122 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a07add hue: 0.73 , saturation: 0.59 and the lightness value of a07add is 0.67.

The process color (four color CMYK) of #a07add color hex is 0.28, 0.45, 0.00, 0.13. Web safe color of #a07add is #9966cc. Color #a07add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111010 11011101
Octal 240 172 335
Decimal 160 122 221
Hex A0 7A DD

RGB Percentages of Color #a07add

%31.81
%24.25
%43.94

CMYK Percentages of Color #a07add

%28
%45
%0
%13

Triadic Colors of #a07add

#a07add #dda07a #7adda0

Analogous Colors of #a07add

#a07add #d27add #7a86dd

Monochromatic Colors of #a07add

#a07add

Complementary Color

#a07add #b7dd7a

#a07add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07add Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07add Color CSS Codes

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

#a07add Text Font Color

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

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


#a07add Background Color

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

This div background color is #a07add


#a07add Border Color

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

This div border color is #a07add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07add


Comments

No comments written yet.

Please login to write comment.