Color Hex Logo

#a311af Color Hex

#A311AF
(163,17,175)
0 Favorites   0 Comments

Color spaces of #a311af

RGB 16317175
HSL0.820.820.38
HSV295°90°69°
CMYK 0.070.900.00   0.31
XYZ23.042611.282641.5207
Yxy11.28260.30380.1488
Hunter Lab33.589663.6700-49.7768
CIE-Lab40.052470.1648-48.3902

#a311af color RGB value is (163,17,175).

#a311af hex color red value is 163, green value is 17 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a311af hue: 0.82 , saturation: 0.82 and the lightness value of a311af is 0.38.

The process color (four color CMYK) of #a311af color hex is 0.07, 0.90, 0.00, 0.31. Web safe color of #a311af is #990099. Color #a311af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010001 10101111
Octal 243 21 257
Decimal 163 17 175
Hex A3 11 AF

RGB Percentages of Color #a311af

%45.92
%4.79
%49.30

CMYK Percentages of Color #a311af

%7
%90
%0
%31

Triadic Colors of #a311af

#a311af #afa311 #11afa3

Analogous Colors of #a311af

#a311af #af116c #5411af

Monochromatic Colors of #a311af

#a311af

Complementary Color

#a311af #1daf11

#a311af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a311af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a311af Color CSS Codes

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

#a311af Text Font Color

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

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


#a311af Background Color

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

This div background color is #a311af


#a311af Border Color

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

This div border color is #a311af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a311af


Comments

No comments written yet.

Please login to write comment.