Color Hex Logo

#a117fd Color Hex

#A117FD
(161,23,253)
0 Favorites   0 Comments

Color spaces of #a117fd

RGB 16123253
HSL0.770.980.54
HSV276°91°99°
CMYK 0.360.910.00   0.01
XYZ32.734015.281794.1529
Yxy15.28170.23020.1075
Hunter Lab39.091881.0584-115.4361
CIE-Lab46.017683.1575-83.6138

#a117fd color RGB value is (161,23,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00010111 11111101
Octal 241 27 375
Decimal 161 23 253
Hex A1 17 FD

RGB Percentages of Color #a117fd

%36.84
%5.26
%57.89

CMYK Percentages of Color #a117fd

%36
%91
%0
%1

Triadic Colors of #a117fd

#a117fd #fda117 #17fda1

Analogous Colors of #a117fd

#a117fd #fd17e6 #2e17fd

Monochromatic Colors of #a117fd

#a117fd

Complementary Color

#a117fd #73fd17

#a117fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a117fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a117fd Color CSS Codes

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

#a117fd Text Font Color

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

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


#a117fd Background Color

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

This div background color is #a117fd


#a117fd Border Color

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

This div border color is #a117fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a117fd

Related Colors


Comments

No comments written yet.

Please login to write comment.