Color Hex Logo

#a117ff Color Hex

#A117FF
(161,23,255)
0 Favorites   0 Comments

Color spaces of #a117ff

RGB 16123255
HSL0.771.000.55
HSV276°91°100°
CMYK 0.370.910.00   0.00
XYZ33.054315.409995.8400
Yxy15.40990.22910.1068
Hunter Lab39.255481.6055-117.2744
CIE-Lab46.190683.5515-84.4470

#a117ff color RGB value is (161,23,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00010111 11111111
Octal 241 27 377
Decimal 161 23 255
Hex A1 17 FF

RGB Percentages of Color #a117ff

%36.67
%5.24
%58.09

CMYK Percentages of Color #a117ff

%37
%91
%0
%0

Triadic Colors of #a117ff

#a117ff #ffa117 #17ffa1

Analogous Colors of #a117ff

#a117ff #ff17e9 #2d17ff

Monochromatic Colors of #a117ff

#a117ff

Complementary Color

#a117ff #75ff17

#a117ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a117ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a117ff Color CSS Codes

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

#a117ff Text Font Color

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

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


#a117ff Background Color

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

This div background color is #a117ff


#a117ff Border Color

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

This div border color is #a117ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a117ff

Related Colors


Comments

No comments written yet.

Please login to write comment.