Color Hex Logo

#a978af Color Hex

#A978AF
(169,120,175)
0 Favorites   0 Comments

Color spaces of #a978af

RGB 169120175
HSL0.820.260.58
HSV293°31°69°
CMYK 0.030.310.00   0.31
XYZ30.816524.963143.7516
Yxy24.96310.30960.2508
Hunter Lab49.963122.6608-16.9448
CIE-Lab57.039528.6681-21.6546

#a978af color RGB value is (169,120,175).

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

The process color (four color CMYK) of #a978af color hex is 0.03, 0.31, 0.00, 0.31. Web safe color of #a978af is #996699. Color #a978af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111000 10101111
Octal 251 170 257
Decimal 169 120 175
Hex A9 78 AF

RGB Percentages of Color #a978af

%36.42
%25.86
%37.72

CMYK Percentages of Color #a978af

%3
%31
%0
%31

Triadic Colors of #a978af

#a978af #afa978 #78afa9

Analogous Colors of #a978af

#a978af #af789a #8e78af

Monochromatic Colors of #a978af

#a978af

Complementary Color

#a978af #7eaf78

#a978af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a978af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a978af Color CSS Codes

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

#a978af Text Font Color

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

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


#a978af Background Color

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

This div background color is #a978af


#a978af Border Color

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

This div border color is #a978af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a978af


Comments

No comments written yet.

Please login to write comment.