Color Hex Logo

#a079db Color Hex

#A079DB
(160,121,219)
0 Favorites   0 Comments

Color spaces of #a079db

RGB 160121219
HSL0.730.580.67
HSV264°45°86°
CMYK 0.270.450.00   0.14
XYZ34.120826.262870.2887
Yxy26.26280.26110.2010
Hunter Lab51.247229.1640-45.4468
CIE-Lab58.285735.1591-44.7722

#a079db color RGB value is (160,121,219).

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

The process color (four color CMYK) of #a079db color hex is 0.27, 0.45, 0.00, 0.14. Web safe color of #a079db is #9966cc. Color #a079db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111001 11011011
Octal 240 171 333
Decimal 160 121 219
Hex A0 79 DB

RGB Percentages of Color #a079db

%32.00
%24.20
%43.80

CMYK Percentages of Color #a079db

%27
%45
%0
%14

Triadic Colors of #a079db

#a079db #dba079 #79dba0

Analogous Colors of #a079db

#a079db #d179db #7983db

Monochromatic Colors of #a079db

#a079db

Complementary Color

#a079db #b4db79

#a079db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a079db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a079db Color CSS Codes

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

#a079db Text Font Color

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

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


#a079db Background Color

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

This div background color is #a079db


#a079db Border Color

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

This div border color is #a079db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a079db


Comments

No comments written yet.

Please login to write comment.