Color Hex Logo

#a978db Color Hex

#A978DB
(169,120,219)
0 Favorites   0 Comments

Color spaces of #a978db

RGB 169120219
HSL0.750.580.66
HSV270°45°86°
CMYK 0.230.450.00   0.14
XYZ35.864826.982470.3357
Yxy26.98240.26930.2026
Hunter Lab51.944632.3411-43.9206
CIE-Lab58.958038.2150-43.6515

#a978db color RGB value is (169,120,219).

#a978db hex color red value is 169, green value is 120 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a978db hue: 0.75 , saturation: 0.58 and the lightness value of a978db is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111000 11011011
Octal 251 170 333
Decimal 169 120 219
Hex A9 78 DB

RGB Percentages of Color #a978db

%33.27
%23.62
%43.11

CMYK Percentages of Color #a978db

%23
%45
%0
%14

Triadic Colors of #a978db

#a978db #dba978 #78dba9

Analogous Colors of #a978db

#a978db #db78db #7879db

Monochromatic Colors of #a978db

#a978db

Complementary Color

#a978db #aadb78

#a978db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a978db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a978db Color CSS Codes

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

#a978db Text Font Color

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

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


#a978db Background Color

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

This div background color is #a978db


#a978db Border Color

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

This div border color is #a978db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a978db


Comments

No comments written yet.

Please login to write comment.