Color Hex Logo

#a14eaf Color Hex

#A14EAF
(161,78,175)
0 Favorites   0 Comments

Color spaces of #a14eaf

RGB 16178175
HSL0.810.380.50
HSV291°55°69°
CMYK 0.080.550.00   0.31
XYZ25.160216.121042.3430
Yxy16.12100.30090.1928
Hunter Lab40.151041.5910-34.4213
CIE-Lab47.132848.9177-37.1338

#a14eaf color RGB value is (161,78,175).

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

The process color (four color CMYK) of #a14eaf color hex is 0.08, 0.55, 0.00, 0.31. Web safe color of #a14eaf is #996699. Color #a14eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001110 10101111
Octal 241 116 257
Decimal 161 78 175
Hex A1 4E AF

RGB Percentages of Color #a14eaf

%38.89
%18.84
%42.27

CMYK Percentages of Color #a14eaf

%8
%55
%0
%31

Triadic Colors of #a14eaf

#a14eaf #afa14e #4eafa1

Analogous Colors of #a14eaf

#a14eaf #af4e8d #714eaf

Monochromatic Colors of #a14eaf

#a14eaf

Complementary Color

#a14eaf #5caf4e

#a14eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14eaf Color CSS Codes

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

#a14eaf Text Font Color

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

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


#a14eaf Background Color

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

This div background color is #a14eaf


#a14eaf Border Color

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

This div border color is #a14eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14eaf


Comments

No comments written yet.

Please login to write comment.