Color Hex Logo

#a978dc Color Hex

#A978DC
(169,120,220)
0 Favorites   0 Comments

Color spaces of #a978dc

RGB 169120220
HSL0.750.590.67
HSV269°45°86°
CMYK 0.230.450.00   0.14
XYZ35.996927.035371.0312
Yxy27.03530.26850.2017
Hunter Lab51.995532.5849-44.5994
CIE-Lab59.007038.4471-44.1351

#a978dc color RGB value is (169,120,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111000 11011100
Octal 251 170 334
Decimal 169 120 220
Hex A9 78 DC

RGB Percentages of Color #a978dc

%33.20
%23.58
%43.22

CMYK Percentages of Color #a978dc

%23
%45
%0
%14

Triadic Colors of #a978dc

#a978dc #dca978 #78dca9

Analogous Colors of #a978dc

#a978dc #db78dc #7879dc

Monochromatic Colors of #a978dc

#a978dc

Complementary Color

#a978dc #abdc78

#a978dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a978dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a978dc Color CSS Codes

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

#a978dc Text Font Color

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

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


#a978dc Background Color

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

This div background color is #a978dc


#a978dc Border Color

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

This div border color is #a978dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a978dc


Comments

No comments written yet.

Please login to write comment.