Color Hex Logo

#a97dfd Color Hex

#A97DFD
(169,125,253)
0 Favorites   0 Comments

Color spaces of #a97dfd

RGB 169125253
HSL0.720.970.74
HSV261°51°99°
CMYK 0.330.510.00   0.01
XYZ41.425430.194196.5732
Yxy30.19410.24630.1795
Hunter Lab54.949238.4076-65.7378
CIE-Lab61.821343.6565-57.9849

#a97dfd color RGB value is (169,125,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111101 11111101
Octal 251 175 375
Decimal 169 125 253
Hex A9 7D FD

RGB Percentages of Color #a97dfd

%30.90
%22.85
%46.25

CMYK Percentages of Color #a97dfd

%33
%51
%0
%1

Triadic Colors of #a97dfd

#a97dfd #fda97d #7dfda9

Analogous Colors of #a97dfd

#a97dfd #e97dfd #7d91fd

Monochromatic Colors of #a97dfd

#a97dfd

Complementary Color

#a97dfd #d1fd7d

#a97dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97dfd Color CSS Codes

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

#a97dfd Text Font Color

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

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


#a97dfd Background Color

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

This div background color is #a97dfd


#a97dfd Border Color

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

This div border color is #a97dfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,125,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 #a97dfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97dfd


Comments

No comments written yet.

Please login to write comment.