Color Hex Logo

#a079de Color Hex

#A079DE
(160,121,222)
0 Favorites   0 Comments

Color spaces of #a079de

RGB 160121222
HSL0.730.600.67
HSV263°45°87°
CMYK 0.280.450.00   0.13
XYZ34.519426.422372.3879
Yxy26.42230.25890.1982
Hunter Lab51.402629.9170-47.5135
CIE-Lab58.435735.8906-46.2174

#a079de color RGB value is (160,121,222).

#a079de hex color red value is 160, green value is 121 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a079de hue: 0.73 , saturation: 0.60 and the lightness value of a079de is 0.67.

The process color (four color CMYK) of #a079de color hex is 0.28, 0.45, 0.00, 0.13. Web safe color of #a079de is #9966cc. Color #a079de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111001 11011110
Octal 240 171 336
Decimal 160 121 222
Hex A0 79 DE

RGB Percentages of Color #a079de

%31.81
%24.06
%44.14

CMYK Percentages of Color #a079de

%28
%45
%0
%13

Triadic Colors of #a079de

#a079de #dea079 #79dea0

Analogous Colors of #a079de

#a079de #d379de #7985de

Monochromatic Colors of #a079de

#a079de

Complementary Color

#a079de #b7de79

#a079de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a079de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a079de Color CSS Codes

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

#a079de Text Font Color

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

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


#a079de Background Color

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

This div background color is #a079de


#a079de Border Color

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

This div border color is #a079de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a079de


Comments

No comments written yet.

Please login to write comment.