Color Hex Logo

#a97efa Color Hex

#A97EFA
(169,126,250)
0 Favorites   0 Comments

Color spaces of #a97efa

RGB 169126250
HSL0.720.930.74
HSV261°50°98°
CMYK 0.320.500.00   0.02
XYZ41.078430.258994.1180
Yxy30.25890.24830.1829
Hunter Lab55.008137.0343-62.9386
CIE-Lab61.877042.3552-56.2466

#a97efa color RGB value is (169,126,250).

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

The process color (four color CMYK) of #a97efa color hex is 0.32, 0.50, 0.00, 0.02. Web safe color of #a97efa is #9966ff. Color #a97efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111110 11111010
Octal 251 176 372
Decimal 169 126 250
Hex A9 7E FA

RGB Percentages of Color #a97efa

%31.01
%23.12
%45.87

CMYK Percentages of Color #a97efa

%32
%50
%0
%2

Triadic Colors of #a97efa

#a97efa #faa97e #7efaa9

Analogous Colors of #a97efa

#a97efa #e77efa #7e91fa

Monochromatic Colors of #a97efa

#a97efa

Complementary Color

#a97efa #cffa7e

#a97efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97efa Color CSS Codes

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

#a97efa Text Font Color

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

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


#a97efa Background Color

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

This div background color is #a97efa


#a97efa Border Color

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

This div border color is #a97efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97efa


Comments

No comments written yet.

Please login to write comment.