Color Hex Logo

#a978df Color Hex

#A978DF
(169,120,223)
0 Favorites   0 Comments

Color spaces of #a978df

RGB 169120223
HSL0.750.620.67
HSV269°46°87°
CMYK 0.240.460.00   0.13
XYZ36.397927.195773.1429
Yxy27.19570.26620.1989
Hunter Lab52.149533.3230-46.6533
CIE-Lab59.155039.1473-45.5820

#a978df color RGB value is (169,120,223).

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

The process color (four color CMYK) of #a978df color hex is 0.24, 0.46, 0.00, 0.13. Web safe color of #a978df is #9966cc. Color #a978df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111000 11011111
Octal 251 170 337
Decimal 169 120 223
Hex A9 78 DF

RGB Percentages of Color #a978df

%33.01
%23.44
%43.55

CMYK Percentages of Color #a978df

%24
%46
%0
%13

Triadic Colors of #a978df

#a978df #dfa978 #78dfa9

Analogous Colors of #a978df

#a978df #dd78df #787bdf

Monochromatic Colors of #a978df

#a978df

Complementary Color

#a978df #aedf78

#a978df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a978df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a978df Color CSS Codes

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

#a978df Text Font Color

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

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


#a978df Background Color

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

This div background color is #a978df


#a978df Border Color

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

This div border color is #a978df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,120,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a978df


Comments

No comments written yet.

Please login to write comment.