Color Hex Logo

#a36aea Color Hex

#A36AEA
(163,106,234)
0 Favorites   0 Comments

Color spaces of #a36aea

RGB 163106234
HSL0.740.750.67
HSV267°55°92°
CMYK 0.300.550.00   0.08
XYZ35.109624.035180.6307
Yxy24.03510.25120.1720
Hunter Lab49.025642.0376-63.1943
CIE-Lab56.122947.8813-56.5938

#a36aea color RGB value is (163,106,234).

#a36aea hex color red value is 163, green value is 106 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a36aea hue: 0.74 , saturation: 0.75 and the lightness value of a36aea is 0.67.

The process color (four color CMYK) of #a36aea color hex is 0.30, 0.55, 0.00, 0.08. Web safe color of #a36aea is #9966ff. Color #a36aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101010 11101010
Octal 243 152 352
Decimal 163 106 234
Hex A3 6A EA

RGB Percentages of Color #a36aea

%32.41
%21.07
%46.52

CMYK Percentages of Color #a36aea

%30
%55
%0
%8

Triadic Colors of #a36aea

#a36aea #eaa36a #6aeaa3

Analogous Colors of #a36aea

#a36aea #e36aea #6a71ea

Monochromatic Colors of #a36aea

#a36aea

Complementary Color

#a36aea #b1ea6a

#a36aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36aea Color CSS Codes

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

#a36aea Text Font Color

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

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


#a36aea Background Color

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

This div background color is #a36aea


#a36aea Border Color

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

This div border color is #a36aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,106,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36aea


Comments

No comments written yet.

Please login to write comment.