Color Hex Logo

#a97fc7 Color Hex

#A97FC7
(169,127,199)
0 Favorites   0 Comments

Color spaces of #a97fc7

RGB 169127199
HSL0.760.390.64
HSV275°36°78°
CMYK 0.150.360.00   0.22
XYZ34.260427.737357.5809
Yxy27.73730.28650.2320
Hunter Lab52.666223.9519-27.9565
CIE-Lab59.650729.7595-31.3024

#a97fc7 color RGB value is (169,127,199).

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

The process color (four color CMYK) of #a97fc7 color hex is 0.15, 0.36, 0.00, 0.22. Web safe color of #a97fc7 is #9966cc. Color #a97fc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111111 11000111
Octal 251 177 307
Decimal 169 127 199
Hex A9 7F C7

RGB Percentages of Color #a97fc7

%34.14
%25.66
%40.20

CMYK Percentages of Color #a97fc7

%15
%36
%0
%22

Triadic Colors of #a97fc7

#a97fc7 #c7a97f #7fc7a9

Analogous Colors of #a97fc7

#a97fc7 #c77fc1 #857fc7

Monochromatic Colors of #a97fc7

#a97fc7

Complementary Color

#a97fc7 #9dc77f

#a97fc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97fc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97fc7 Color CSS Codes

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

#a97fc7 Text Font Color

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

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


#a97fc7 Background Color

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

This div background color is #a97fc7


#a97fc7 Border Color

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

This div border color is #a97fc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97fc7


Comments

No comments written yet.

Please login to write comment.