Color Hex Logo

#a179db Color Hex

#A179DB
(161,121,219)
0 Favorites   0 Comments

Color spaces of #a179db

RGB 161121219
HSL0.730.580.67
HSV264°45°86°
CMYK 0.260.450.00   0.14
XYZ34.321526.366370.2981
Yxy26.36630.26200.2013
Hunter Lab51.348129.4516-45.2272
CIE-Lab58.383135.4344-44.6119

#a179db color RGB value is (161,121,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111001 11011011
Octal 241 171 333
Decimal 161 121 219
Hex A1 79 DB

RGB Percentages of Color #a179db

%32.14
%24.15
%43.71

CMYK Percentages of Color #a179db

%26
%45
%0
%14

Triadic Colors of #a179db

#a179db #dba179 #79dba1

Analogous Colors of #a179db

#a179db #d279db #7982db

Monochromatic Colors of #a179db

#a179db

Complementary Color

#a179db #b3db79

#a179db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a179db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a179db Color CSS Codes

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

#a179db Text Font Color

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

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


#a179db Background Color

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

This div background color is #a179db


#a179db Border Color

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

This div border color is #a179db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a179db


Comments

No comments written yet.

Please login to write comment.