Color Hex Logo

#a37aca Color Hex

#A37ACA
(163,122,202)
0 Favorites   0 Comments

Color spaces of #a37aca

RGB 163122202
HSL0.750.430.64
HSV271°40°79°
CMYK 0.190.400.00   0.21
XYZ32.724525.969959.1650
Yxy25.96990.27770.2203
Hunter Lab50.960725.4430-33.1628
CIE-Lab58.008531.4390-35.6035

#a37aca color RGB value is (163,122,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111010 11001010
Octal 243 172 312
Decimal 163 122 202
Hex A3 7A CA

RGB Percentages of Color #a37aca

%33.47
%25.05
%41.48

CMYK Percentages of Color #a37aca

%19
%40
%0
%21

Triadic Colors of #a37aca

#a37aca #caa37a #7acaa3

Analogous Colors of #a37aca

#a37aca #ca7ac9 #7b7aca

Monochromatic Colors of #a37aca

#a37aca

Complementary Color

#a37aca #a1ca7a

#a37aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37aca Color CSS Codes

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

#a37aca Text Font Color

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

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


#a37aca Background Color

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

This div background color is #a37aca


#a37aca Border Color

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

This div border color is #a37aca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,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 #a37aca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37aca


Comments

No comments written yet.

Please login to write comment.