Color Hex Logo

#a97efc Color Hex

#A97EFC
(169,126,252)
0 Favorites   0 Comments

Color spaces of #a97efc

RGB 169126252
HSL0.720.950.74
HSV260°50°99°
CMYK 0.330.500.00   0.01
XYZ41.393730.385095.7787
Yxy30.38500.24700.1813
Hunter Lab55.122637.5781-64.4340
CIE-Lab61.985042.8543-57.1743

#a97efc color RGB value is (169,126,252).

#a97efc hex color red value is 169, green value is 126 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a97efc hue: 0.72 , saturation: 0.95 and the lightness value of a97efc is 0.74.

The process color (four color CMYK) of #a97efc color hex is 0.33, 0.50, 0.00, 0.01. Web safe color of #a97efc is #9966ff. Color #a97efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111110 11111100
Octal 251 176 374
Decimal 169 126 252
Hex A9 7E FC

RGB Percentages of Color #a97efc

%30.90
%23.03
%46.07

CMYK Percentages of Color #a97efc

%33
%50
%0
%1

Triadic Colors of #a97efc

#a97efc #fca97e #7efca9

Analogous Colors of #a97efc

#a97efc #e87efc #7e92fc

Monochromatic Colors of #a97efc

#a97efc

Complementary Color

#a97efc #d1fc7e

#a97efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97efc Color CSS Codes

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

#a97efc Text Font Color

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

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


#a97efc Background Color

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

This div background color is #a97efc


#a97efc Border Color

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

This div border color is #a97efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97efc


Comments

No comments written yet.

Please login to write comment.