Color Hex Logo

#a36cea Color Hex

#A36CEA
(163,108,234)
0 Favorites   0 Comments

Color spaces of #a36cea

RGB 163108234
HSL0.740.750.67
HSV266°54°92°
CMYK 0.300.540.00   0.08
XYZ35.318124.452280.7002
Yxy24.45220.25140.1741
Hunter Lab49.449240.9541-62.1459
CIE-Lab56.537746.8021-55.9306

#a36cea color RGB value is (163,108,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101100 11101010
Octal 243 154 352
Decimal 163 108 234
Hex A3 6C EA

RGB Percentages of Color #a36cea

%32.28
%21.39
%46.34

CMYK Percentages of Color #a36cea

%30
%54
%0
%8

Triadic Colors of #a36cea

#a36cea #eaa36c #6ceaa3

Analogous Colors of #a36cea

#a36cea #e26cea #6c74ea

Monochromatic Colors of #a36cea

#a36cea

Complementary Color

#a36cea #b3ea6c

#a36cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36cea Color CSS Codes

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

#a36cea Text Font Color

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

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


#a36cea Background Color

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

This div background color is #a36cea


#a36cea Border Color

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

This div border color is #a36cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36cea


Comments

No comments written yet.

Please login to write comment.