Color Hex Logo

#a894fa Color Hex

#A894FA
(168,148,250)
0 Favorites   0 Comments

Color spaces of #a894fa

RGB 168148250
HSL0.700.910.78
HSV252°41°98°
CMYK 0.330.410.00   0.02
XYZ43.993736.406895.1510
Yxy36.40680.25060.2074
Hunter Lab60.338024.5564-51.2616
CIE-Lab66.829629.7470-48.4021

#a894fa color RGB value is (168,148,250).

#a894fa hex color red value is 168, green value is 148 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a894fa hue: 0.70 , saturation: 0.91 and the lightness value of a894fa is 0.78.

The process color (four color CMYK) of #a894fa color hex is 0.33, 0.41, 0.00, 0.02. Web safe color of #a894fa is #9999ff. Color #a894fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010100 11111010
Octal 250 224 372
Decimal 168 148 250
Hex A8 94 FA

RGB Percentages of Color #a894fa

%29.68
%26.15
%44.17

CMYK Percentages of Color #a894fa

%33
%41
%0
%2

Triadic Colors of #a894fa

#a894fa #faa894 #94faa8

Analogous Colors of #a894fa

#a894fa #db94fa #94b3fa

Monochromatic Colors of #a894fa

#a894fa

Complementary Color

#a894fa #e6fa94

#a894fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a894fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a894fa Color CSS Codes

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

#a894fa Text Font Color

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

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


#a894fa Background Color

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

This div background color is #a894fa


#a894fa Border Color

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

This div border color is #a894fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a894fa

Related Colors


Comments

No comments written yet.

Please login to write comment.