Color Hex Logo

#a962ce Color Hex

#A962CE
(169,98,206)
0 Favorites   0 Comments

Color spaces of #a962ce

RGB 16998206
HSL0.780.520.60
HSV279°52°81°
CMYK 0.180.520.00   0.19
XYZ31.870421.626660.8871
Yxy21.62660.27860.1891
Hunter Lab46.504440.9469-45.0739
CIE-Lab53.628647.2422-44.7234

#a962ce color RGB value is (169,98,206).

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

The process color (four color CMYK) of #a962ce color hex is 0.18, 0.52, 0.00, 0.19. Web safe color of #a962ce is #9966cc. Color #a962ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100010 11001110
Octal 251 142 316
Decimal 169 98 206
Hex A9 62 CE

RGB Percentages of Color #a962ce

%35.73
%20.72
%43.55

CMYK Percentages of Color #a962ce

%18
%52
%0
%19

Triadic Colors of #a962ce

#a962ce #cea962 #62cea9

Analogous Colors of #a962ce

#a962ce #ce62bd #7362ce

Monochromatic Colors of #a962ce

#a962ce

Complementary Color

#a962ce #87ce62

#a962ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a962ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a962ce Color CSS Codes

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

#a962ce Text Font Color

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

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


#a962ce Background Color

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

This div background color is #a962ce


#a962ce Border Color

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

This div border color is #a962ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a962ce


Comments

No comments written yet.

Please login to write comment.