Color Hex Logo

#a494fd Color Hex

#A494FD
(164,148,253)
0 Favorites   0 Comments

Color spaces of #a494fd

RGB 164148253
HSL0.690.960.79
HSV249°42°99°
CMYK 0.350.420.00   0.01
XYZ43.629436.164297.6094
Yxy36.16420.24590.2039
Hunter Lab60.136724.2633-54.1395
CIE-Lab66.645229.4713-50.3528

#a494fd color RGB value is (164,148,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010100 11111101
Octal 244 224 375
Decimal 164 148 253
Hex A4 94 FD

RGB Percentages of Color #a494fd

%29.03
%26.19
%44.78

CMYK Percentages of Color #a494fd

%35
%42
%0
%1

Triadic Colors of #a494fd

#a494fd #fda494 #94fda4

Analogous Colors of #a494fd

#a494fd #d994fd #94b9fd

Monochromatic Colors of #a494fd

#a494fd

Complementary Color

#a494fd #edfd94

#a494fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a494fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a494fd Color CSS Codes

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

#a494fd Text Font Color

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

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


#a494fd Background Color

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

This div background color is #a494fd


#a494fd Border Color

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

This div border color is #a494fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a494fd


Comments

No comments written yet.

Please login to write comment.