Color Hex Logo

#a796fa Color Hex

#A796FA
(167,150,250)
0 Favorites   0 Comments

Color spaces of #a796fa

RGB 167150250
HSL0.700.910.78
HSV250°40°98°
CMYK 0.330.400.00   0.02
XYZ44.098036.930395.2465
Yxy36.93030.25020.2095
Hunter Lab60.770323.1806-50.3872
CIE-Lab67.224728.3493-47.7848

#a796fa color RGB value is (167,150,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010110 11111010
Octal 247 226 372
Decimal 167 150 250
Hex A7 96 FA

RGB Percentages of Color #a796fa

%29.45
%26.46
%44.09

CMYK Percentages of Color #a796fa

%33
%40
%0
%2

Triadic Colors of #a796fa

#a796fa #faa796 #96faa7

Analogous Colors of #a796fa

#a796fa #d996fa #96b7fa

Monochromatic Colors of #a796fa

#a796fa

Complementary Color

#a796fa #e9fa96

#a796fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a796fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a796fa Color CSS Codes

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

#a796fa Text Font Color

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

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


#a796fa Background Color

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

This div background color is #a796fa


#a796fa Border Color

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

This div border color is #a796fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a796fa


Comments

No comments written yet.

Please login to write comment.