Color Hex Logo

#a14dae Color Hex

#A14DAE
(161,77,174)
0 Favorites   0 Comments

Color spaces of #a14dae

RGB 16177174
HSL0.810.390.49
HSV292°56°68°
CMYK 0.070.560.00   0.32
XYZ24.991815.940841.8041
Yxy15.94080.30210.1927
Hunter Lab39.925941.8624-34.1309
CIE-Lab46.896749.2176-36.9189

#a14dae color RGB value is (161,77,174).

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

The process color (four color CMYK) of #a14dae color hex is 0.07, 0.56, 0.00, 0.32. Web safe color of #a14dae is #996699. Color #a14dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001101 10101110
Octal 241 115 256
Decimal 161 77 174
Hex A1 4D AE

RGB Percentages of Color #a14dae

%39.08
%18.69
%42.23

CMYK Percentages of Color #a14dae

%7
%56
%0
%32

Triadic Colors of #a14dae

#a14dae #aea14d #4daea1

Analogous Colors of #a14dae

#a14dae #ae4d8b #714dae

Monochromatic Colors of #a14dae

#a14dae

Complementary Color

#a14dae #5aae4d

#a14dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14dae Color CSS Codes

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

#a14dae Text Font Color

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

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


#a14dae Background Color

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

This div background color is #a14dae


#a14dae Border Color

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

This div border color is #a14dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14dae


Comments

No comments written yet.

Please login to write comment.