Color Hex Logo

#a975da Color Hex

#A975DA
(169,117,218)
0 Favorites   0 Comments

Color spaces of #a975da

RGB 169117218
HSL0.750.580.66
HSV271°46°85°
CMYK 0.220.460.00   0.15
XYZ35.378426.219669.5259
Yxy26.21960.26980.2000
Hunter Lab51.205133.7196-44.6600
CIE-Lab58.244939.6481-44.2149

#a975da color RGB value is (169,117,218).

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

The process color (four color CMYK) of #a975da color hex is 0.22, 0.46, 0.00, 0.15. Web safe color of #a975da is #9966cc. Color #a975da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110101 11011010
Octal 251 165 332
Decimal 169 117 218
Hex A9 75 DA

RGB Percentages of Color #a975da

%33.53
%23.21
%43.25

CMYK Percentages of Color #a975da

%22
%46
%0
%15

Triadic Colors of #a975da

#a975da #daa975 #75daa9

Analogous Colors of #a975da

#a975da #da75d9 #7775da

Monochromatic Colors of #a975da

#a975da

Complementary Color

#a975da #a6da75

#a975da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a975da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a975da Color CSS Codes

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

#a975da Text Font Color

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

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


#a975da Background Color

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

This div background color is #a975da


#a975da Border Color

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

This div border color is #a975da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a975da


Comments

No comments written yet.

Please login to write comment.