Color Hex Logo

#a717ff Color Hex

#A717FF
(167,23,255)
0 Favorites   0 Comments

Color spaces of #a717ff

RGB 16723255
HSL0.771.000.55
HSV277°91°100°
CMYK 0.350.910.00   0.00
XYZ34.292716.048395.8979
Yxy16.04830.23450.1097
Hunter Lab40.060382.6951-113.8884
CIE-Lab47.037884.2371-83.0248

#a717ff color RGB value is (167,23,255).

#a717ff hex color red value is 167, green value is 23 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a717ff hue: 0.77 , saturation: 1.00 and the lightness value of a717ff is 0.55.

The process color (four color CMYK) of #a717ff color hex is 0.35, 0.91, 0.00, 0.00. Web safe color of #a717ff is #9900ff. Color #a717ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010111 11111111
Octal 247 27 377
Decimal 167 23 255
Hex A7 17 FF

RGB Percentages of Color #a717ff

%37.53
%5.17
%57.30

CMYK Percentages of Color #a717ff

%35
%91
%0
%0

Triadic Colors of #a717ff

#a717ff #ffa717 #17ffa7

Analogous Colors of #a717ff

#a717ff #ff17e3 #3317ff

Monochromatic Colors of #a717ff

#a717ff

Complementary Color

#a717ff #6fff17

#a717ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a717ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a717ff Color CSS Codes

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

#a717ff Text Font Color

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

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


#a717ff Background Color

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

This div background color is #a717ff


#a717ff Border Color

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

This div border color is #a717ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,23,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a717ff

Related Colors


Comments

No comments written yet.

Please login to write comment.