Color Hex Logo

#a36eac Color Hex

#A36EAC
(163,110,172)
0 Favorites   0 Comments

Color spaces of #a36eac

RGB 163110172
HSL0.810.270.55
HSV291°36°67°
CMYK 0.050.360.00   0.33
XYZ28.126621.916941.7777
Yxy21.91690.30630.2387
Hunter Lab46.815525.3151-20.1390
CIE-Lab53.938731.7333-24.7470

#a36eac color RGB value is (163,110,172).

#a36eac hex color red value is 163, green value is 110 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a36eac hue: 0.81 , saturation: 0.27 and the lightness value of a36eac is 0.55.

The process color (four color CMYK) of #a36eac color hex is 0.05, 0.36, 0.00, 0.33. Web safe color of #a36eac is #996699. Color #a36eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101110 10101100
Octal 243 156 254
Decimal 163 110 172
Hex A3 6E AC

RGB Percentages of Color #a36eac

%36.63
%24.72
%38.65

CMYK Percentages of Color #a36eac

%5
%36
%0
%33

Triadic Colors of #a36eac

#a36eac #aca36e #6eaca3

Analogous Colors of #a36eac

#a36eac #ac6e96 #846eac

Monochromatic Colors of #a36eac

#a36eac

Complementary Color

#a36eac #77ac6e

#a36eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36eac Color CSS Codes

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

#a36eac Text Font Color

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

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


#a36eac Background Color

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

This div background color is #a36eac


#a36eac Border Color

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

This div border color is #a36eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36eac


Comments

No comments written yet.

Please login to write comment.