Color Hex Logo

#a36aee Color Hex

#A36AEE
(163,106,238)
0 Favorites   0 Comments

Color spaces of #a36aee

RGB 163106238
HSL0.740.800.67
HSV266°55°93°
CMYK 0.320.550.00   0.07
XYZ35.690924.267683.6919
Yxy24.26760.24850.1689
Hunter Lab49.262243.1162-66.2448
CIE-Lab56.354748.8513-58.4557

#a36aee color RGB value is (163,106,238).

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

The process color (four color CMYK) of #a36aee color hex is 0.32, 0.55, 0.00, 0.07. Web safe color of #a36aee is #9966ff. Color #a36aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101010 11101110
Octal 243 152 356
Decimal 163 106 238
Hex A3 6A EE

RGB Percentages of Color #a36aee

%32.15
%20.91
%46.94

CMYK Percentages of Color #a36aee

%32
%55
%0
%7

Triadic Colors of #a36aee

#a36aee #eea36a #6aeea3

Analogous Colors of #a36aee

#a36aee #e56aee #6a73ee

Monochromatic Colors of #a36aee

#a36aee

Complementary Color

#a36aee #b5ee6a

#a36aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36aee Color CSS Codes

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

#a36aee Text Font Color

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

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


#a36aee Background Color

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

This div background color is #a36aee


#a36aee Border Color

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

This div border color is #a36aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36aee


Comments

No comments written yet.

Please login to write comment.