Color Hex Logo

#a97efd Color Hex

#A97EFD
(169,126,253)
0 Favorites   0 Comments

Color spaces of #a97efd

RGB 169126253
HSL0.720.970.74
HSV260°50°99°
CMYK 0.330.500.00   0.01
XYZ41.552730.448696.6156
Yxy30.44860.24640.1806
Hunter Lab55.180337.8514-65.1852
CIE-Lab62.039443.1046-57.6371

#a97efd color RGB value is (169,126,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111110 11111101
Octal 251 176 375
Decimal 169 126 253
Hex A9 7E FD

RGB Percentages of Color #a97efd

%30.84
%22.99
%46.17

CMYK Percentages of Color #a97efd

%33
%50
%0
%1

Triadic Colors of #a97efd

#a97efd #fda97e #7efda9

Analogous Colors of #a97efd

#a97efd #e97efd #7e93fd

Monochromatic Colors of #a97efd

#a97efd

Complementary Color

#a97efd #d2fd7e

#a97efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97efd Color CSS Codes

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

#a97efd Text Font Color

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

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


#a97efd Background Color

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

This div background color is #a97efd


#a97efd Border Color

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

This div border color is #a97efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97efd

Related Colors


Comments

No comments written yet.

Please login to write comment.