Color Hex Logo

#a201ce Color Hex

#A201CE
(162,1,206)
0 Favorites   0 Comments

Color spaces of #a201ce

RGB 1621206
HSL0.800.990.41
HSV287°100°81°
CMYK 0.211.000.00   0.19
XYZ26.051712.159359.3664
Yxy12.15930.26700.1246
Hunter Lab34.870272.3355-76.5319
CIE-Lab41.468277.0822-64.3062

#a201ce color RGB value is (162,1,206).

#a201ce hex color red value is 162, green value is 1 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a201ce hue: 0.80 , saturation: 0.99 and the lightness value of a201ce is 0.41.

The process color (four color CMYK) of #a201ce color hex is 0.21, 1.00, 0.00, 0.19. Web safe color of #a201ce is #9900cc. Color #a201ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00000001 11001110
Octal 242 1 316
Decimal 162 1 206
Hex A2 1 CE

RGB Percentages of Color #a201ce

%43.90
%0.27
%55.83

CMYK Percentages of Color #a201ce

%21
%100
%0
%19

Triadic Colors of #a201ce

#a201ce #cea201 #01cea2

Analogous Colors of #a201ce

#a201ce #ce0194 #3c01ce

Monochromatic Colors of #a201ce

#a201ce

Complementary Color

#a201ce #2dce01

#a201ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a201ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a201ce Color CSS Codes

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

#a201ce Text Font Color

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

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


#a201ce Background Color

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

This div background color is #a201ce


#a201ce Border Color

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

This div border color is #a201ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a201ce


Comments

No comments written yet.

Please login to write comment.