Color Hex Logo

#a079ff Color Hex

#A079FF
(160,121,255)
0 Favorites   0 Comments

Color spaces of #a079ff

RGB 160121255
HSL0.721.000.74
HSV257°53°100°
CMYK 0.370.530.00   0.00
XYZ39.384628.368398.0076
Yxy28.36830.23760.1711
Hunter Lab53.261938.7838-71.8166
CIE-Lab60.220044.2283-61.6925

#a079ff color RGB value is (160,121,255).

#a079ff hex color red value is 160, green value is 121 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a079ff hue: 0.72 , saturation: 1.00 and the lightness value of a079ff is 0.74.

The process color (four color CMYK) of #a079ff color hex is 0.37, 0.53, 0.00, 0.00. Web safe color of #a079ff is #9966ff. Color #a079ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111001 11111111
Octal 240 171 377
Decimal 160 121 255
Hex A0 79 FF

RGB Percentages of Color #a079ff

%29.85
%22.57
%47.57

CMYK Percentages of Color #a079ff

%37
%53
%0
%0

Triadic Colors of #a079ff

#a079ff #ffa079 #79ffa0

Analogous Colors of #a079ff

#a079ff #e379ff #7995ff

Monochromatic Colors of #a079ff

#a079ff

Complementary Color

#a079ff #d8ff79

#a079ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a079ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a079ff Color CSS Codes

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

#a079ff Text Font Color

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

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


#a079ff Background Color

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

This div background color is #a079ff


#a079ff Border Color

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

This div border color is #a079ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,121,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a079ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a079ff;
  -webkit-box-shadow: 1px 1px 3px 2px #a079ff;
  box-shadow:         1px 1px 3px 2px #a079ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,121,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a079ff


Comments

No comments written yet.

Please login to write comment.