Color Hex Logo

#a14eae Color Hex

#A14EAE
(161,78,174)
0 Favorites   0 Comments

Color spaces of #a14eae

RGB 16178174
HSL0.810.380.49
HSV292°55°68°
CMYK 0.070.550.00   0.32
XYZ25.062316.081841.8276
Yxy16.08180.30210.1938
Hunter Lab40.102141.3770-33.7696
CIE-Lab47.081648.7215-36.6274

#a14eae color RGB value is (161,78,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001110 10101110
Octal 241 116 256
Decimal 161 78 174
Hex A1 4E AE

RGB Percentages of Color #a14eae

%38.98
%18.89
%42.13

CMYK Percentages of Color #a14eae

%7
%55
%0
%32

Triadic Colors of #a14eae

#a14eae #aea14e #4eaea1

Analogous Colors of #a14eae

#a14eae #ae4e8b #714eae

Monochromatic Colors of #a14eae

#a14eae

Complementary Color

#a14eae #5bae4e

#a14eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14eae Color CSS Codes

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

#a14eae Text Font Color

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

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


#a14eae Background Color

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

This div background color is #a14eae


#a14eae Border Color

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

This div border color is #a14eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14eae


Comments

No comments written yet.

Please login to write comment.