Color Hex Logo

#a35eaa Color Hex

#A35EAA
(163,94,170)
0 Favorites   0 Comments

Color spaces of #a35eaa

RGB 16394170
HSL0.820.310.52
HSV294°45°67°
CMYK 0.040.450.00   0.33
XYZ26.362718.694240.2491
Yxy18.69420.30900.2191
Hunter Lab43.236833.1721-24.9273
CIE-Lab50.327540.1829-29.1786

#a35eaa color RGB value is (163,94,170).

#a35eaa hex color red value is 163, green value is 94 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a35eaa hue: 0.82 , saturation: 0.31 and the lightness value of a35eaa is 0.52.

The process color (four color CMYK) of #a35eaa color hex is 0.04, 0.45, 0.00, 0.33. Web safe color of #a35eaa is #996699. Color #a35eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011110 10101010
Octal 243 136 252
Decimal 163 94 170
Hex A3 5E AA

RGB Percentages of Color #a35eaa

%38.17
%22.01
%39.81

CMYK Percentages of Color #a35eaa

%4
%45
%0
%33

Triadic Colors of #a35eaa

#a35eaa #aaa35e #5eaaa3

Analogous Colors of #a35eaa

#a35eaa #aa5e8b #7d5eaa

Monochromatic Colors of #a35eaa

#a35eaa

Complementary Color

#a35eaa #65aa5e

#a35eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35eaa Color CSS Codes

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

#a35eaa Text Font Color

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

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


#a35eaa Background Color

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

This div background color is #a35eaa


#a35eaa Border Color

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

This div border color is #a35eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35eaa


Comments

No comments written yet.

Please login to write comment.