Color Hex Logo

#a779db Color Hex

#A779DB
(167,121,219)
0 Favorites   0 Comments

Color spaces of #a779db

RGB 167121219
HSL0.740.580.67
HSV268°45°86°
CMYK 0.240.450.00   0.14
XYZ35.559927.004770.3561
Yxy27.00470.26750.2032
Hunter Lab51.966031.2054-43.8957
CIE-Lab58.978737.0993-43.6326

#a779db color RGB value is (167,121,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111001 11011011
Octal 247 171 333
Decimal 167 121 219
Hex A7 79 DB

RGB Percentages of Color #a779db

%32.94
%23.87
%43.20

CMYK Percentages of Color #a779db

%24
%45
%0
%14

Triadic Colors of #a779db

#a779db #dba779 #79dba7

Analogous Colors of #a779db

#a779db #d879db #797cdb

Monochromatic Colors of #a779db

#a779db

Complementary Color

#a779db #addb79

#a779db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a779db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a779db Color CSS Codes

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

#a779db Text Font Color

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

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


#a779db Background Color

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

This div background color is #a779db


#a779db Border Color

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

This div border color is #a779db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a779db


Comments

No comments written yet.

Please login to write comment.