Color Hex Logo

#a978de Color Hex

#A978DE
(169,120,222)
0 Favorites   0 Comments

Color spaces of #a978de

RGB 169120222
HSL0.750.610.67
HSV269°46°87°
CMYK 0.240.460.00   0.13
XYZ36.263527.141972.4349
Yxy27.14190.26700.1998
Hunter Lab52.097933.0762-45.9660
CIE-Lab59.105438.9136-45.1005

#a978de color RGB value is (169,120,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111000 11011110
Octal 251 170 336
Decimal 169 120 222
Hex A9 78 DE

RGB Percentages of Color #a978de

%33.07
%23.48
%43.44

CMYK Percentages of Color #a978de

%24
%46
%0
%13

Triadic Colors of #a978de

#a978de #dea978 #78dea9

Analogous Colors of #a978de

#a978de #dc78de #787ade

Monochromatic Colors of #a978de

#a978de

Complementary Color

#a978de #adde78

#a978de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a978de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a978de Color CSS Codes

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

#a978de Text Font Color

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

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


#a978de Background Color

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

This div background color is #a978de


#a978de Border Color

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

This div border color is #a978de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a978de


Comments

No comments written yet.

Please login to write comment.