Color Hex Logo

#a791fa Color Hex

#A791FA
(167,145,250)
0 Favorites   0 Comments

Color spaces of #a791fa

RGB 167145250
HSL0.700.910.77
HSV253°42°98°
CMYK 0.330.420.00   0.02
XYZ43.317135.368494.9862
Yxy35.36840.24940.2037
Hunter Lab59.471325.9391-53.0666
CIE-Lab66.034531.1812-49.6625

#a791fa color RGB value is (167,145,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010001 11111010
Octal 247 221 372
Decimal 167 145 250
Hex A7 91 FA

RGB Percentages of Color #a791fa

%29.72
%25.80
%44.48

CMYK Percentages of Color #a791fa

%33
%42
%0
%2

Triadic Colors of #a791fa

#a791fa #faa791 #91faa7

Analogous Colors of #a791fa

#a791fa #dc91fa #91b0fa

Monochromatic Colors of #a791fa

#a791fa

Complementary Color

#a791fa #e4fa91

#a791fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a791fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a791fa Color CSS Codes

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

#a791fa Text Font Color

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

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


#a791fa Background Color

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

This div background color is #a791fa


#a791fa Border Color

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

This div border color is #a791fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a791fa


Comments

No comments written yet.

Please login to write comment.