Color Hex Logo

#a974df Color Hex

#A974DF
(169,116,223)
0 Favorites   0 Comments

Color spaces of #a974df

RGB 169116223
HSL0.750.630.66
HSV270°48°87°
CMYK 0.240.480.00   0.13
XYZ35.926926.253572.9859
Yxy26.25350.26580.1942
Hunter Lab51.238235.4929-48.5886
CIE-Lab58.276941.3594-46.9706

#a974df color RGB value is (169,116,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110100 11011111
Octal 251 164 337
Decimal 169 116 223
Hex A9 74 DF

RGB Percentages of Color #a974df

%33.27
%22.83
%43.90

CMYK Percentages of Color #a974df

%24
%48
%0
%13

Triadic Colors of #a974df

#a974df #dfa974 #74dfa9

Analogous Colors of #a974df

#a974df #df74df #7475df

Monochromatic Colors of #a974df

#a974df

Complementary Color

#a974df #aadf74

#a974df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a974df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a974df Color CSS Codes

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

#a974df Text Font Color

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

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


#a974df Background Color

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

This div background color is #a974df


#a974df Border Color

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

This div border color is #a974df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a974df


Comments

No comments written yet.

Please login to write comment.