Color Hex Logo

#a079dd Color Hex

#A079DD
(160,121,221)
0 Favorites   0 Comments

Color spaces of #a079dd

RGB 160121221
HSL0.730.600.67
HSV263°45°87°
CMYK 0.280.450.00   0.13
XYZ34.385726.368871.6840
Yxy26.36880.25960.1991
Hunter Lab51.350629.6649-46.8219
CIE-Lab58.385535.6462-45.7364

#a079dd color RGB value is (160,121,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111001 11011101
Octal 240 171 335
Decimal 160 121 221
Hex A0 79 DD

RGB Percentages of Color #a079dd

%31.87
%24.10
%44.02

CMYK Percentages of Color #a079dd

%28
%45
%0
%13

Triadic Colors of #a079dd

#a079dd #dda079 #79dda0

Analogous Colors of #a079dd

#a079dd #d279dd #7984dd

Monochromatic Colors of #a079dd

#a079dd

Complementary Color

#a079dd #b6dd79

#a079dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a079dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a079dd Color CSS Codes

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

#a079dd Text Font Color

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

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


#a079dd Background Color

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

This div background color is #a079dd


#a079dd Border Color

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

This div border color is #a079dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a079dd


Comments

No comments written yet.

Please login to write comment.