Color Hex Logo

#a093fa Color Hex

#A093FA
(160,147,250)
0 Favorites   0 Comments

Color spaces of #a093fa

RGB 160147250
HSL0.690.910.78
HSV248°41°98°
CMYK 0.360.410.00   0.02
XYZ42.186235.243195.0216
Yxy35.24310.24460.2044
Hunter Lab59.365922.9542-53.3440
CIE-Lab65.937528.2211-49.8534

#a093fa color RGB value is (160,147,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010011 11111010
Octal 240 223 372
Decimal 160 147 250
Hex A0 93 FA

RGB Percentages of Color #a093fa

%28.73
%26.39
%44.88

CMYK Percentages of Color #a093fa

%36
%41
%0
%2

Triadic Colors of #a093fa

#a093fa #faa093 #93faa0

Analogous Colors of #a093fa

#a093fa #d493fa #93bafa

Monochromatic Colors of #a093fa

#a093fa

Complementary Color

#a093fa #edfa93

#a093fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a093fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a093fa Color CSS Codes

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

#a093fa Text Font Color

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

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


#a093fa Background Color

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

This div background color is #a093fa


#a093fa Border Color

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

This div border color is #a093fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a093fa


Comments

No comments written yet.

Please login to write comment.