Color Hex Logo

#a970fd Color Hex

#A970FD
(169,112,253)
0 Favorites   0 Comments

Color spaces of #a970fd

RGB 169112253
HSL0.730.970.72
HSV264°56°99°
CMYK 0.330.560.00   0.01
XYZ39.886027.115296.0600
Yxy27.11520.24460.1663
Hunter Lab52.072345.5999-72.9243
CIE-Lab59.080850.7139-62.3690

#a970fd color RGB value is (169,112,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110000 11111101
Octal 251 160 375
Decimal 169 112 253
Hex A9 70 FD

RGB Percentages of Color #a970fd

%31.65
%20.97
%47.38

CMYK Percentages of Color #a970fd

%33
%56
%0
%1

Triadic Colors of #a970fd

#a970fd #fda970 #70fda9

Analogous Colors of #a970fd

#a970fd #f070fd #707efd

Monochromatic Colors of #a970fd

#a970fd

Complementary Color

#a970fd #c4fd70

#a970fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a970fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a970fd Color CSS Codes

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

#a970fd Text Font Color

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

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


#a970fd Background Color

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

This div background color is #a970fd


#a970fd Border Color

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

This div border color is #a970fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a970fd

Related Colors


Comments

No comments written yet.

Please login to write comment.