Color Hex Logo

#a170fd Color Hex

#A170FD
(161,112,253)
0 Favorites   0 Comments

Color spaces of #a170fd

RGB 161112253
HSL0.720.970.72
HSV261°56°99°
CMYK 0.360.560.00   0.01
XYZ38.221726.257395.9822
Yxy26.25730.23820.1636
Hunter Lab51.241943.4712-75.1880
CIE-Lab58.280548.8829-63.6971

#a170fd color RGB value is (161,112,253).

#a170fd hex color red value is 161, green value is 112 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a170fd hue: 0.72 , saturation: 0.97 and the lightness value of a170fd is 0.72.

The process color (four color CMYK) of #a170fd color hex is 0.36, 0.56, 0.00, 0.01. Web safe color of #a170fd is #9966ff. Color #a170fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110000 11111101
Octal 241 160 375
Decimal 161 112 253
Hex A1 70 FD

RGB Percentages of Color #a170fd

%30.61
%21.29
%48.10

CMYK Percentages of Color #a170fd

%36
%56
%0
%1

Triadic Colors of #a170fd

#a170fd #fda170 #70fda1

Analogous Colors of #a170fd

#a170fd #e870fd #7086fd

Monochromatic Colors of #a170fd

#a170fd

Complementary Color

#a170fd #ccfd70

#a170fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a170fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a170fd Color CSS Codes

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

#a170fd Text Font Color

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

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


#a170fd Background Color

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

This div background color is #a170fd


#a170fd Border Color

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

This div border color is #a170fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a170fd


Comments

No comments written yet.

Please login to write comment.