Color Hex Logo

#a969fd Color Hex

#A969FD
(169,105,253)
0 Favorites   0 Comments

Color spaces of #a969fd

RGB 169105253
HSL0.740.970.70
HSV266°58°99°
CMYK 0.330.580.00   0.01
XYZ39.143425.630095.8125
Yxy25.63000.24380.1596
Hunter Lab50.626149.4181-76.7712
CIE-Lab57.684254.3962-64.6121

#a969fd color RGB value is (169,105,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101001 11111101
Octal 251 151 375
Decimal 169 105 253
Hex A9 69 FD

RGB Percentages of Color #a969fd

%32.07
%19.92
%48.01

CMYK Percentages of Color #a969fd

%33
%58
%0
%1

Triadic Colors of #a969fd

#a969fd #fda969 #69fda9

Analogous Colors of #a969fd

#a969fd #f369fd #6973fd

Monochromatic Colors of #a969fd

#a969fd

Complementary Color

#a969fd #bdfd69

#a969fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a969fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a969fd Color CSS Codes

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

#a969fd Text Font Color

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

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


#a969fd Background Color

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

This div background color is #a969fd


#a969fd Border Color

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

This div border color is #a969fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a969fd


Comments

No comments written yet.

Please login to write comment.