Color Hex Logo

#a36cba Color Hex

#A36CBA
(163,108,186)
0 Favorites   0 Comments

Color spaces of #a36cba

RGB 163108186
HSL0.780.360.58
HSV282°42°73°
CMYK 0.120.420.00   0.27
XYZ29.329722.056849.1659
Yxy22.05680.29170.2194
Hunter Lab46.964729.2861-29.1937
CIE-Lab54.087235.7778-32.5974

#a36cba color RGB value is (163,108,186).

#a36cba hex color red value is 163, green value is 108 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a36cba hue: 0.78 , saturation: 0.36 and the lightness value of a36cba is 0.58.

The process color (four color CMYK) of #a36cba color hex is 0.12, 0.42, 0.00, 0.27. Web safe color of #a36cba is #9966cc. Color #a36cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101100 10111010
Octal 243 154 272
Decimal 163 108 186
Hex A3 6C BA

RGB Percentages of Color #a36cba

%35.67
%23.63
%40.70

CMYK Percentages of Color #a36cba

%12
%42
%0
%27

Triadic Colors of #a36cba

#a36cba #baa36c #6cbaa3

Analogous Colors of #a36cba

#a36cba #ba6caa #7c6cba

Monochromatic Colors of #a36cba

#a36cba

Complementary Color

#a36cba #83ba6c

#a36cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36cba Color CSS Codes

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

#a36cba Text Font Color

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

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


#a36cba Background Color

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

This div background color is #a36cba


#a36cba Border Color

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

This div border color is #a36cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36cba


Comments

No comments written yet.

Please login to write comment.