Color Hex Logo

#a794fa Color Hex

#A794FA
(167,148,250)
0 Favorites   0 Comments

Color spaces of #a794fa

RGB 167148250
HSL0.700.910.78
HSV251°41°98°
CMYK 0.330.410.00   0.02
XYZ43.781636.297495.1410
Yxy36.29740.24990.2072
Hunter Lab60.247324.2827-51.4561
CIE-Lab66.746529.4824-48.5385

#a794fa color RGB value is (167,148,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010100 11111010
Octal 247 224 372
Decimal 167 148 250
Hex A7 94 FA

RGB Percentages of Color #a794fa

%29.56
%26.19
%44.25

CMYK Percentages of Color #a794fa

%33
%41
%0
%2

Triadic Colors of #a794fa

#a794fa #faa794 #94faa7

Analogous Colors of #a794fa

#a794fa #da94fa #94b4fa

Monochromatic Colors of #a794fa

#a794fa

Complementary Color

#a794fa #e7fa94

#a794fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a794fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a794fa Color CSS Codes

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

#a794fa Text Font Color

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

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


#a794fa Background Color

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

This div background color is #a794fa


#a794fa Border Color

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

This div border color is #a794fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a794fa


Comments

No comments written yet.

Please login to write comment.