Color Hex Logo

#a978cd Color Hex

#A978CD
(169,120,205)
0 Favorites   0 Comments

Color spaces of #a978cd

RGB 169120205
HSL0.760.460.64
HSV275°41°80°
CMYK 0.180.410.00   0.20
XYZ34.098126.275761.0322
Yxy26.27570.28090.2164
Hunter Lab51.259829.0337-34.7114
CIE-Lab58.297835.0279-36.8037

#a978cd color RGB value is (169,120,205).

#a978cd hex color red value is 169, green value is 120 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a978cd hue: 0.76 , saturation: 0.46 and the lightness value of a978cd is 0.64.

The process color (four color CMYK) of #a978cd color hex is 0.18, 0.41, 0.00, 0.20. Web safe color of #a978cd is #9966cc. Color #a978cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111000 11001101
Octal 251 170 315
Decimal 169 120 205
Hex A9 78 CD

RGB Percentages of Color #a978cd

%34.21
%24.29
%41.50

CMYK Percentages of Color #a978cd

%18
%41
%0
%20

Triadic Colors of #a978cd

#a978cd #cda978 #78cda9

Analogous Colors of #a978cd

#a978cd #cd78c7 #7f78cd

Monochromatic Colors of #a978cd

#a978cd

Complementary Color

#a978cd #9ccd78

#a978cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a978cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a978cd Color CSS Codes

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

#a978cd Text Font Color

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

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


#a978cd Background Color

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

This div background color is #a978cd


#a978cd Border Color

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

This div border color is #a978cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a978cd


Comments

No comments written yet.

Please login to write comment.