Color Hex Logo

#a79cfa Color Hex

#A79CFA
(167,156,250)
0 Favorites   0 Comments

Color spaces of #a79cfa

RGB 167156250
HSL0.690.900.80
HSV247°38°98°
CMYK 0.330.380.00   0.02
XYZ45.080138.894695.5739
Yxy38.89460.25110.2166
Hunter Lab62.365519.8867-47.2048
CIE-Lab68.674824.9512-45.5034

#a79cfa color RGB value is (167,156,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011100 11111010
Octal 247 234 372
Decimal 167 156 250
Hex A7 9C FA

RGB Percentages of Color #a79cfa

%29.14
%27.23
%43.63

CMYK Percentages of Color #a79cfa

%33
%38
%0
%2

Triadic Colors of #a79cfa

#a79cfa #faa79c #9cfaa7

Analogous Colors of #a79cfa

#a79cfa #d69cfa #9cc0fa

Monochromatic Colors of #a79cfa

#a79cfa

Complementary Color

#a79cfa #effa9c

#a79cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79cfa Color CSS Codes

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

#a79cfa Text Font Color

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

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


#a79cfa Background Color

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

This div background color is #a79cfa


#a79cfa Border Color

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

This div border color is #a79cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79cfa


Comments

No comments written yet.

Please login to write comment.