Color Hex Logo

#a975fa Color Hex

#A975FA
(169,117,250)
0 Favorites   0 Comments

Color spaces of #a975fa

RGB 169117250
HSL0.730.930.72
HSV263°53°98°
CMYK 0.320.530.00   0.02
XYZ39.978828.059793.7514
Yxy28.05970.24710.1734
Hunter Lab52.971442.0183-67.8544
CIE-Lab59.942647.2892-59.3339

#a975fa color RGB value is (169,117,250).

#a975fa hex color red value is 169, green value is 117 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a975fa hue: 0.73 , saturation: 0.93 and the lightness value of a975fa is 0.72.

The process color (four color CMYK) of #a975fa color hex is 0.32, 0.53, 0.00, 0.02. Web safe color of #a975fa is #9966ff. Color #a975fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110101 11111010
Octal 251 165 372
Decimal 169 117 250
Hex A9 75 FA

RGB Percentages of Color #a975fa

%31.53
%21.83
%46.64

CMYK Percentages of Color #a975fa

%32
%53
%0
%2

Triadic Colors of #a975fa

#a975fa #faa975 #75faa9

Analogous Colors of #a975fa

#a975fa #ec75fa #7584fa

Monochromatic Colors of #a975fa

#a975fa

Complementary Color

#a975fa #c6fa75

#a975fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a975fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a975fa Color CSS Codes

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

#a975fa Text Font Color

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

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


#a975fa Background Color

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

This div background color is #a975fa


#a975fa Border Color

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

This div border color is #a975fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a975fa


Comments

No comments written yet.

Please login to write comment.