Color Hex Logo

#a79ade Color Hex

#A79ADE
(167,154,222)
0 Favorites   0 Comments

Color spaces of #a79ade

RGB 167154222
HSL0.700.510.74
HSV251°31°87°
CMYK 0.250.310.00   0.13
XYZ40.676836.600674.0280
Yxy36.60060.26880.2419
Hunter Lab60.498414.1442-30.2004
CIE-Lab66.976319.1394-32.8008

#a79ade color RGB value is (167,154,222).

#a79ade hex color red value is 167, green value is 154 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a79ade hue: 0.70 , saturation: 0.51 and the lightness value of a79ade is 0.74.

The process color (four color CMYK) of #a79ade color hex is 0.25, 0.31, 0.00, 0.13. Web safe color of #a79ade is #9999cc. Color #a79ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011010 11011110
Octal 247 232 336
Decimal 167 154 222
Hex A7 9A DE

RGB Percentages of Color #a79ade

%30.76
%28.36
%40.88

CMYK Percentages of Color #a79ade

%25
%31
%0
%13

Triadic Colors of #a79ade

#a79ade #dea79a #9adea7

Analogous Colors of #a79ade

#a79ade #c99ade #9aafde

Monochromatic Colors of #a79ade

#a79ade

Complementary Color

#a79ade #d1de9a

#a79ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79ade Color CSS Codes

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

#a79ade Text Font Color

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

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


#a79ade Background Color

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

This div background color is #a79ade


#a79ade Border Color

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

This div border color is #a79ade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,154,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a79ade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79ade


Comments

No comments written yet.

Please login to write comment.