Color Hex Logo

#a975dd Color Hex

#A975DD
(169,117,221)
0 Favorites   0 Comments

Color spaces of #a975dd

RGB 169117221
HSL0.750.600.66
HSV270°47°87°
CMYK 0.240.470.00   0.13
XYZ35.774626.378171.6126
Yxy26.37810.26740.1972
Hunter Lab51.359634.4551-46.7185
CIE-Lab58.394240.3422-45.6636

#a975dd color RGB value is (169,117,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110101 11011101
Octal 251 165 335
Decimal 169 117 221
Hex A9 75 DD

RGB Percentages of Color #a975dd

%33.33
%23.08
%43.59

CMYK Percentages of Color #a975dd

%24
%47
%0
%13

Triadic Colors of #a975dd

#a975dd #dda975 #75dda9

Analogous Colors of #a975dd

#a975dd #dd75dd #7575dd

Monochromatic Colors of #a975dd

#a975dd

Complementary Color

#a975dd #a9dd75

#a975dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a975dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a975dd Color CSS Codes

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

#a975dd Text Font Color

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

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


#a975dd Background Color

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

This div background color is #a975dd


#a975dd Border Color

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

This div border color is #a975dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a975dd


Comments

No comments written yet.

Please login to write comment.