Color Hex Logo

#a994fd Color Hex

#A994FD
(169,148,253)
0 Favorites   0 Comments

Color spaces of #a994fd

RGB 169148253
HSL0.700.960.79
HSV252°42°99°
CMYK 0.330.420.00   0.01
XYZ44.681736.706797.6586
Yxy36.70670.24960.2050
Hunter Lab60.586125.6166-53.1593
CIE-Lab67.056430.7752-49.6762

#a994fd color RGB value is (169,148,253).

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

The process color (four color CMYK) of #a994fd color hex is 0.33, 0.42, 0.00, 0.01. Web safe color of #a994fd is #9999ff. Color #a994fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010100 11111101
Octal 251 224 375
Decimal 169 148 253
Hex A9 94 FD

RGB Percentages of Color #a994fd

%29.65
%25.96
%44.39

CMYK Percentages of Color #a994fd

%33
%42
%0
%1

Triadic Colors of #a994fd

#a994fd #fda994 #94fda9

Analogous Colors of #a994fd

#a994fd #de94fd #94b4fd

Monochromatic Colors of #a994fd

#a994fd

Complementary Color

#a994fd #e8fd94

#a994fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a994fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a994fd Color CSS Codes

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

#a994fd Text Font Color

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

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


#a994fd Background Color

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

This div background color is #a994fd


#a994fd Border Color

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

This div border color is #a994fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a994fd


Comments

No comments written yet.

Please login to write comment.