Color Hex Logo

#a799fa Color Hex

#A799FA
(167,153,250)
0 Favorites   0 Comments

Color spaces of #a799fa

RGB 167153250
HSL0.690.910.79
HSV249°39°98°
CMYK 0.330.390.00   0.02
XYZ44.582937.900195.4082
Yxy37.90010.25060.2131
Hunter Lab61.563121.5313-48.7914
CIE-Lab67.946926.6499-46.6477

#a799fa color RGB value is (167,153,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011001 11111010
Octal 247 231 372
Decimal 167 153 250
Hex A7 99 FA

RGB Percentages of Color #a799fa

%29.30
%26.84
%43.86

CMYK Percentages of Color #a799fa

%33
%39
%0
%2

Triadic Colors of #a799fa

#a799fa #faa799 #99faa7

Analogous Colors of #a799fa

#a799fa #d899fa #99bcfa

Monochromatic Colors of #a799fa

#a799fa

Complementary Color

#a799fa #ecfa99

#a799fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a799fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a799fa Color CSS Codes

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

#a799fa Text Font Color

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

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


#a799fa Background Color

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

This div background color is #a799fa


#a799fa Border Color

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

This div border color is #a799fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a799fa


Comments

No comments written yet.

Please login to write comment.