Color Hex Logo

#a493fa Color Hex

#A493FA
(164,147,250)
0 Favorites   0 Comments

Color spaces of #a493fa

RGB 164147250
HSL0.690.910.78
HSV250°41°98°
CMYK 0.340.410.00   0.02
XYZ42.998935.662195.0597
Yxy35.66210.24750.2053
Hunter Lab59.717824.0203-52.5764
CIE-Lab66.260929.2606-49.3213

#a493fa color RGB value is (164,147,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010011 11111010
Octal 244 223 372
Decimal 164 147 250
Hex A4 93 FA

RGB Percentages of Color #a493fa

%29.23
%26.20
%44.56

CMYK Percentages of Color #a493fa

%34
%41
%0
%2

Triadic Colors of #a493fa

#a493fa #faa493 #93faa4

Analogous Colors of #a493fa

#a493fa #d893fa #93b6fa

Monochromatic Colors of #a493fa

#a493fa

Complementary Color

#a493fa #e9fa93

#a493fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a493fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a493fa Color CSS Codes

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

#a493fa Text Font Color

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

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


#a493fa Background Color

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

This div background color is #a493fa


#a493fa Border Color

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

This div border color is #a493fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a493fa


Comments

No comments written yet.

Please login to write comment.