Color Hex Logo

#a14cac Color Hex

#A14CAC
(161,76,172)
0 Favorites   0 Comments

Color spaces of #a14cac

RGB 16176172
HSL0.810.390.49
HSV293°56°67°
CMYK 0.060.560.00   0.33
XYZ24.728815.724540.7615
Yxy15.72450.30450.1936
Hunter Lab39.654141.9201-33.1878
CIE-Lab46.610949.3218-36.1930

#a14cac color RGB value is (161,76,172).

#a14cac hex color red value is 161, green value is 76 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a14cac hue: 0.81 , saturation: 0.39 and the lightness value of a14cac is 0.49.

The process color (four color CMYK) of #a14cac color hex is 0.06, 0.56, 0.00, 0.33. Web safe color of #a14cac is #993399. Color #a14cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001100 10101100
Octal 241 114 254
Decimal 161 76 172
Hex A1 4C AC

RGB Percentages of Color #a14cac

%39.36
%18.58
%42.05

CMYK Percentages of Color #a14cac

%6
%56
%0
%33

Triadic Colors of #a14cac

#a14cac #aca14c #4caca1

Analogous Colors of #a14cac

#a14cac #ac4c87 #714cac

Monochromatic Colors of #a14cac

#a14cac

Complementary Color

#a14cac #57ac4c

#a14cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14cac Color CSS Codes

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

#a14cac Text Font Color

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

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


#a14cac Background Color

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

This div background color is #a14cac


#a14cac Border Color

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

This div border color is #a14cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14cac


Comments

No comments written yet.

Please login to write comment.