Color Hex Logo

#a975ca Color Hex

#A975CA
(169,117,202)
0 Favorites   0 Comments

Color spaces of #a975ca

RGB 169117202
HSL0.770.450.63
HSV277°42°79°
CMYK 0.160.420.00   0.21
XYZ33.384125.421959.0245
Yxy25.42190.28330.2157
Hunter Lab50.420129.9529-34.1139
CIE-Lab57.484236.0376-36.3781

#a975ca color RGB value is (169,117,202).

#a975ca hex color red value is 169, green value is 117 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a975ca hue: 0.77 , saturation: 0.45 and the lightness value of a975ca is 0.63.

The process color (four color CMYK) of #a975ca color hex is 0.16, 0.42, 0.00, 0.21. Web safe color of #a975ca is #9966cc. Color #a975ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110101 11001010
Octal 251 165 312
Decimal 169 117 202
Hex A9 75 CA

RGB Percentages of Color #a975ca

%34.63
%23.98
%41.39

CMYK Percentages of Color #a975ca

%16
%42
%0
%21

Triadic Colors of #a975ca

#a975ca #caa975 #75caa9

Analogous Colors of #a975ca

#a975ca #ca75c1 #7f75ca

Monochromatic Colors of #a975ca

#a975ca

Complementary Color

#a975ca #96ca75

#a975ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a975ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a975ca Color CSS Codes

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

#a975ca Text Font Color

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

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


#a975ca Background Color

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

This div background color is #a975ca


#a975ca Border Color

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

This div border color is #a975ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a975ca


Comments

No comments written yet.

Please login to write comment.