Color Hex Logo

#a814af Color Hex

#A814AF
(168,20,175)
0 Favorites   0 Comments

Color spaces of #a814af

RGB 16820175
HSL0.830.790.38
HSV297°89°69°
CMYK 0.040.890.00   0.31
XYZ24.136511.920341.5862
Yxy11.92030.31090.1535
Hunter Lab34.525864.3668-47.2466
CIE-Lab41.089270.5535-46.6790

#a814af color RGB value is (168,20,175).

#a814af hex color red value is 168, green value is 20 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a814af hue: 0.83 , saturation: 0.79 and the lightness value of a814af is 0.38.

The process color (four color CMYK) of #a814af color hex is 0.04, 0.89, 0.00, 0.31. Web safe color of #a814af is #990099. Color #a814af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010100 10101111
Octal 250 24 257
Decimal 168 20 175
Hex A8 14 AF

RGB Percentages of Color #a814af

%46.28
%5.51
%48.21

CMYK Percentages of Color #a814af

%4
%89
%0
%31

Triadic Colors of #a814af

#a814af #afa814 #14afa8

Analogous Colors of #a814af

#a814af #af1469 #5b14af

Monochromatic Colors of #a814af

#a814af

Complementary Color

#a814af #1baf14

#a814af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a814af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a814af Color CSS Codes

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

#a814af Text Font Color

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

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


#a814af Background Color

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

This div background color is #a814af


#a814af Border Color

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

This div border color is #a814af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a814af


Comments

No comments written yet.

Please login to write comment.