Color Hex Logo

#a972ee Color Hex

#A972EE
(169,114,238)
0 Favorites   0 Comments

Color spaces of #a972ee

RGB 169114238
HSL0.740.780.69
HSV267°52°93°
CMYK 0.290.520.00   0.07
XYZ37.812126.642784.0386
Yxy26.64270.25460.1794
Hunter Lab51.616640.4325-60.4004
CIE-Lab58.642146.0009-54.7645

#a972ee color RGB value is (169,114,238).

#a972ee hex color red value is 169, green value is 114 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a972ee hue: 0.74 , saturation: 0.78 and the lightness value of a972ee is 0.69.

The process color (four color CMYK) of #a972ee color hex is 0.29, 0.52, 0.00, 0.07. Web safe color of #a972ee is #9966ff. Color #a972ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110010 11101110
Octal 251 162 356
Decimal 169 114 238
Hex A9 72 EE

RGB Percentages of Color #a972ee

%32.44
%21.88
%45.68

CMYK Percentages of Color #a972ee

%29
%52
%0
%7

Triadic Colors of #a972ee

#a972ee #eea972 #72eea9

Analogous Colors of #a972ee

#a972ee #e772ee #7279ee

Monochromatic Colors of #a972ee

#a972ee

Complementary Color

#a972ee #b7ee72

#a972ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a972ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a972ee Color CSS Codes

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

#a972ee Text Font Color

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

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


#a972ee Background Color

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

This div background color is #a972ee


#a972ee Border Color

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

This div border color is #a972ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a972ee


Comments

No comments written yet.

Please login to write comment.