Color Hex Logo

#a14baa Color Hex

#A14BAA
(161,75,170)
0 Favorites   0 Comments

Color spaces of #a14baa

RGB 16175170
HSL0.820.390.48
HSV294°56°67°
CMYK 0.050.560.00   0.33
XYZ24.469715.511539.7345
Yxy15.51150.30700.1946
Hunter Lab39.384641.9790-32.2474
CIE-Lab46.327049.4272-35.4618

#a14baa color RGB value is (161,75,170).

#a14baa hex color red value is 161, green value is 75 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a14baa hue: 0.82 , saturation: 0.39 and the lightness value of a14baa is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001011 10101010
Octal 241 113 252
Decimal 161 75 170
Hex A1 4B AA

RGB Percentages of Color #a14baa

%39.66
%18.47
%41.87

CMYK Percentages of Color #a14baa

%5
%56
%0
%33

Triadic Colors of #a14baa

#a14baa #aaa14b #4baaa1

Analogous Colors of #a14baa

#a14baa #aa4b84 #724baa

Monochromatic Colors of #a14baa

#a14baa

Complementary Color

#a14baa #54aa4b

#a14baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14baa Color CSS Codes

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

#a14baa Text Font Color

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

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


#a14baa Background Color

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

This div background color is #a14baa


#a14baa Border Color

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

This div border color is #a14baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,75,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14baa


Comments

No comments written yet.

Please login to write comment.