Color Hex Logo

#a07aca Color Hex

#A07ACA
(160,122,202)
0 Favorites   0 Comments

Color spaces of #a07aca

RGB 160122202
HSL0.750.430.64
HSV269°40°79°
CMYK 0.210.400.00   0.21
XYZ32.117425.656959.1366
Yxy25.65690.27470.2195
Hunter Lab50.652624.5397-33.7638
CIE-Lab57.709930.5451-36.0921

#a07aca color RGB value is (160,122,202).

#a07aca hex color red value is 160, green value is 122 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a07aca hue: 0.75 , saturation: 0.43 and the lightness value of a07aca is 0.64.

The process color (four color CMYK) of #a07aca color hex is 0.21, 0.40, 0.00, 0.21. Web safe color of #a07aca is #9966cc. Color #a07aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111010 11001010
Octal 240 172 312
Decimal 160 122 202
Hex A0 7A CA

RGB Percentages of Color #a07aca

%33.06
%25.21
%41.74

CMYK Percentages of Color #a07aca

%21
%40
%0
%21

Triadic Colors of #a07aca

#a07aca #caa07a #7acaa0

Analogous Colors of #a07aca

#a07aca #c87aca #7a7cca

Monochromatic Colors of #a07aca

#a07aca

Complementary Color

#a07aca #a4ca7a

#a07aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07aca Color CSS Codes

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

#a07aca Text Font Color

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

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


#a07aca Background Color

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

This div background color is #a07aca


#a07aca Border Color

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

This div border color is #a07aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07aca


Comments

No comments written yet.

Please login to write comment.