Color Hex Logo

#a973dd Color Hex

#A973DD
(169,115,221)
0 Favorites   0 Comments

Color spaces of #a973dd

RGB 169115221
HSL0.750.610.66
HSV271°48°87°
CMYK 0.240.480.00   0.13
XYZ35.544125.916971.5357
Yxy25.91690.26730.1949
Hunter Lab50.908635.5375-47.6769
CIE-Lab57.958141.4450-46.3532

#a973dd color RGB value is (169,115,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110011 11011101
Octal 251 163 335
Decimal 169 115 221
Hex A9 73 DD

RGB Percentages of Color #a973dd

%33.47
%22.77
%43.76

CMYK Percentages of Color #a973dd

%24
%48
%0
%13

Triadic Colors of #a973dd

#a973dd #dda973 #73dda9

Analogous Colors of #a973dd

#a973dd #dd73dc #7473dd

Monochromatic Colors of #a973dd

#a973dd

Complementary Color

#a973dd #a7dd73

#a973dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a973dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a973dd Color CSS Codes

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

#a973dd Text Font Color

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

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


#a973dd Background Color

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

This div background color is #a973dd


#a973dd Border Color

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

This div border color is #a973dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a973dd


Comments

No comments written yet.

Please login to write comment.