Color Hex Logo

#a994ff Color Hex

#A994FF
(169,148,255)
0 Favorites   0 Comments

Color spaces of #a994ff

RGB 169148255
HSL0.701.000.79
HSV252°42°100°
CMYK 0.340.420.00   0.00
XYZ45.002136.834899.3457
Yxy36.83480.24840.2033
Hunter Lab60.691726.1450-54.5671
CIE-Lab67.152931.2862-50.6141

#a994ff color RGB value is (169,148,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010100 11111111
Octal 251 224 377
Decimal 169 148 255
Hex A9 94 FF

RGB Percentages of Color #a994ff

%29.55
%25.87
%44.58

CMYK Percentages of Color #a994ff

%34
%42
%0
%0

Triadic Colors of #a994ff

#a994ff #ffa994 #94ffa9

Analogous Colors of #a994ff

#a994ff #df94ff #94b5ff

Monochromatic Colors of #a994ff

#a994ff

Complementary Color

#a994ff #eaff94

#a994ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a994ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a994ff Color CSS Codes

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

#a994ff Text Font Color

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

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


#a994ff Background Color

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

This div background color is #a994ff


#a994ff Border Color

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

This div border color is #a994ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,148,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a994ff

Related Colors


Comments

No comments written yet.

Please login to write comment.