Color Hex Logo

#a14faf Color Hex

#A14FAF
(161,79,175)
0 Favorites   0 Comments

Color spaces of #a14faf

RGB 16179175
HSL0.810.380.50
HSV291°55°69°
CMYK 0.080.550.00   0.31
XYZ25.231816.264242.3669
Yxy16.26420.30090.1939
Hunter Lab40.328941.1031-34.0560
CIE-Lab47.319248.4186-36.8399

#a14faf color RGB value is (161,79,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001111 10101111
Octal 241 117 257
Decimal 161 79 175
Hex A1 4F AF

RGB Percentages of Color #a14faf

%38.80
%19.04
%42.17

CMYK Percentages of Color #a14faf

%8
%55
%0
%31

Triadic Colors of #a14faf

#a14faf #afa14f #4fafa1

Analogous Colors of #a14faf

#a14faf #af4f8d #714faf

Monochromatic Colors of #a14faf

#a14faf

Complementary Color

#a14faf #5daf4f

#a14faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14faf Color CSS Codes

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

#a14faf Text Font Color

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

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


#a14faf Background Color

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

This div background color is #a14faf


#a14faf Border Color

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

This div border color is #a14faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14faf


Comments

No comments written yet.

Please login to write comment.