Color Hex Logo

#a962ca Color Hex

#A962CA
(169,98,202)
0 Favorites   0 Comments

Color spaces of #a962ca

RGB 16998202
HSL0.780.500.59
HSV281°51°79°
CMYK 0.160.510.00   0.21
XYZ31.390521.434658.3600
Yxy21.43460.28230.1928
Hunter Lab46.297540.0054-42.3293
CIE-Lab53.421946.3806-42.7678

#a962ca color RGB value is (169,98,202).

#a962ca hex color red value is 169, green value is 98 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a962ca hue: 0.78 , saturation: 0.50 and the lightness value of a962ca is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100010 11001010
Octal 251 142 312
Decimal 169 98 202
Hex A9 62 CA

RGB Percentages of Color #a962ca

%36.03
%20.90
%43.07

CMYK Percentages of Color #a962ca

%16
%51
%0
%21

Triadic Colors of #a962ca

#a962ca #caa962 #62caa9

Analogous Colors of #a962ca

#a962ca #ca62b7 #7562ca

Monochromatic Colors of #a962ca

#a962ca

Complementary Color

#a962ca #83ca62

#a962ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a962ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a962ca Color CSS Codes

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

#a962ca Text Font Color

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

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


#a962ca Background Color

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

This div background color is #a962ca


#a962ca Border Color

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

This div border color is #a962ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a962ca


Comments

No comments written yet.

Please login to write comment.