Color Hex Logo

#a14aad Color Hex

#A14AAD
(161,74,173)
0 Favorites   0 Comments

Color spaces of #a14aad

RGB 16174173
HSL0.810.400.48
HSV293°57°68°
CMYK 0.070.570.00   0.32
XYZ24.689515.491841.2241
Yxy15.49180.30330.1903
Hunter Lab39.359643.0901-34.5468
CIE-Lab46.300650.4905-37.2714

#a14aad color RGB value is (161,74,173).

#a14aad hex color red value is 161, green value is 74 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a14aad hue: 0.81 , saturation: 0.40 and the lightness value of a14aad is 0.48.

The process color (four color CMYK) of #a14aad color hex is 0.07, 0.57, 0.00, 0.32. Web safe color of #a14aad is #993399. Color #a14aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001010 10101101
Octal 241 112 255
Decimal 161 74 173
Hex A1 4A AD

RGB Percentages of Color #a14aad

%39.46
%18.14
%42.40

CMYK Percentages of Color #a14aad

%7
%57
%0
%32

Triadic Colors of #a14aad

#a14aad #ada14a #4aada1

Analogous Colors of #a14aad

#a14aad #ad4a88 #704aad

Monochromatic Colors of #a14aad

#a14aad

Complementary Color

#a14aad #56ad4a

#a14aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14aad Color CSS Codes

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

#a14aad Text Font Color

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

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


#a14aad Background Color

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

This div background color is #a14aad


#a14aad Border Color

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

This div border color is #a14aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14aad


Comments

No comments written yet.

Please login to write comment.