Color Hex Logo

#a972de Color Hex

#A972DE
(169,114,222)
0 Favorites   0 Comments

Color spaces of #a972de

RGB 169114222
HSL0.750.620.66
HSV271°49°87°
CMYK 0.240.490.00   0.13
XYZ35.564325.743672.2018
Yxy25.74360.26640.1928
Hunter Lab50.738236.3257-48.8546
CIE-Lab57.792942.2254-47.1761

#a972de color RGB value is (169,114,222).

#a972de hex color red value is 169, green value is 114 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a972de hue: 0.75 , saturation: 0.62 and the lightness value of a972de is 0.66.

The process color (four color CMYK) of #a972de color hex is 0.24, 0.49, 0.00, 0.13. Web safe color of #a972de is #9966cc. Color #a972de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110010 11011110
Octal 251 162 336
Decimal 169 114 222
Hex A9 72 DE

RGB Percentages of Color #a972de

%33.47
%22.57
%43.96

CMYK Percentages of Color #a972de

%24
%49
%0
%13

Triadic Colors of #a972de

#a972de #dea972 #72dea9

Analogous Colors of #a972de

#a972de #de72dd #7372de

Monochromatic Colors of #a972de

#a972de

Complementary Color

#a972de #a7de72

#a972de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a972de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a972de Color CSS Codes

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

#a972de Text Font Color

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

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


#a972de Background Color

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

This div background color is #a972de


#a972de Border Color

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

This div border color is #a972de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a972de


Comments

No comments written yet.

Please login to write comment.