Color Hex Logo

#a97fce Color Hex

#A97FCE
(169,127,206)
0 Favorites   0 Comments

Color spaces of #a97fce

RGB 169127206
HSL0.760.450.65
HSV272°38°81°
CMYK 0.180.380.00   0.19
XYZ35.092128.070061.9610
Yxy28.07000.28050.2243
Hunter Lab52.981125.5127-32.2524
CIE-Lab59.951931.3174-34.7841

#a97fce color RGB value is (169,127,206).

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

The process color (four color CMYK) of #a97fce color hex is 0.18, 0.38, 0.00, 0.19. Web safe color of #a97fce is #9966cc. Color #a97fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111111 11001110
Octal 251 177 316
Decimal 169 127 206
Hex A9 7F CE

RGB Percentages of Color #a97fce

%33.67
%25.30
%41.04

CMYK Percentages of Color #a97fce

%18
%38
%0
%19

Triadic Colors of #a97fce

#a97fce #cea97f #7fcea9

Analogous Colors of #a97fce

#a97fce #ce7fcc #827fce

Monochromatic Colors of #a97fce

#a97fce

Complementary Color

#a97fce #a4ce7f

#a97fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97fce Color CSS Codes

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

#a97fce Text Font Color

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

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


#a97fce Background Color

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

This div background color is #a97fce


#a97fce Border Color

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

This div border color is #a97fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97fce


Comments

No comments written yet.

Please login to write comment.