Color Hex Logo

#a994eb Color Hex

#A994EB
(169,148,235)
0 Favorites   0 Comments

Color spaces of #a994eb

RGB 169148235
HSL0.710.690.75
HSV254°37°92°
CMYK 0.280.370.00   0.08
XYZ41.947535.613083.2604
Yxy35.61300.26080.2214
Hunter Lab59.676621.0359-40.9473
CIE-Lab66.223226.2691-41.1257

#a994eb color RGB value is (169,148,235).

#a994eb hex color red value is 169, green value is 148 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a994eb hue: 0.71 , saturation: 0.69 and the lightness value of a994eb is 0.75.

The process color (four color CMYK) of #a994eb color hex is 0.28, 0.37, 0.00, 0.08. Web safe color of #a994eb is #9999ff. Color #a994eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010100 11101011
Octal 251 224 353
Decimal 169 148 235
Hex A9 94 EB

RGB Percentages of Color #a994eb

%30.62
%26.81
%42.57

CMYK Percentages of Color #a994eb

%28
%37
%0
%8

Triadic Colors of #a994eb

#a994eb #eba994 #94eba9

Analogous Colors of #a994eb

#a994eb #d594eb #94abeb

Monochromatic Colors of #a994eb

#a994eb

Complementary Color

#a994eb #d6eb94

#a994eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a994eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a994eb Color CSS Codes

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

#a994eb Text Font Color

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

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


#a994eb Background Color

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

This div background color is #a994eb


#a994eb Border Color

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

This div border color is #a994eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a994eb


Comments

No comments written yet.

Please login to write comment.