Color Hex Logo

#a117fe Color Hex

#A117FE
(161,23,254)
0 Favorites   0 Comments

Color spaces of #a117fe

RGB 16123254
HSL0.770.990.54
HSV276°91°100°
CMYK 0.370.910.00   0.00
XYZ32.893715.345694.9942
Yxy15.34560.22970.1071
Hunter Lab39.173581.3317-116.3546
CIE-Lab46.104083.3544-84.0308

#a117fe color RGB value is (161,23,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00010111 11111110
Octal 241 27 376
Decimal 161 23 254
Hex A1 17 FE

RGB Percentages of Color #a117fe

%36.76
%5.25
%57.99

CMYK Percentages of Color #a117fe

%37
%91
%0
%0

Triadic Colors of #a117fe

#a117fe #fea117 #17fea1

Analogous Colors of #a117fe

#a117fe #fe17e8 #2e17fe

Monochromatic Colors of #a117fe

#a117fe

Complementary Color

#a117fe #74fe17

#a117fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a117fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a117fe Color CSS Codes

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

#a117fe Text Font Color

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

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


#a117fe Background Color

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

This div background color is #a117fe


#a117fe Border Color

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

This div border color is #a117fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a117fe

Related Colors


Comments

No comments written yet.

Please login to write comment.