Color Hex Logo

#a710af Color Hex

#A710AF
(167,16,175)
0 Favorites   0 Comments

Color spaces of #a710af

RGB 16716175
HSL0.820.830.37
HSV297°91°69°
CMYK 0.050.910.00   0.31
XYZ23.859511.681241.5546
Yxy11.68120.30950.1515
Hunter Lab34.177864.7997-48.1625
CIE-Lab40.704970.9940-47.3048

#a710af color RGB value is (167,16,175).

#a710af hex color red value is 167, green value is 16 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a710af hue: 0.82 , saturation: 0.83 and the lightness value of a710af is 0.37.

The process color (four color CMYK) of #a710af color hex is 0.05, 0.91, 0.00, 0.31. Web safe color of #a710af is #990099. Color #a710af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010000 10101111
Octal 247 20 257
Decimal 167 16 175
Hex A7 10 AF

RGB Percentages of Color #a710af

%46.65
%4.47
%48.88

CMYK Percentages of Color #a710af

%5
%91
%0
%31

Triadic Colors of #a710af

#a710af #afa710 #10afa7

Analogous Colors of #a710af

#a710af #af1068 #5810af

Monochromatic Colors of #a710af

#a710af

Complementary Color

#a710af #18af10

#a710af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a710af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a710af Color CSS Codes

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

#a710af Text Font Color

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

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


#a710af Background Color

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

This div background color is #a710af


#a710af Border Color

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

This div border color is #a710af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a710af


Comments

No comments written yet.

Please login to write comment.