Color Hex Logo

#a201ca Color Hex

#A201CA
(162,1,202)
0 Favorites   0 Comments

Color spaces of #a201ca

RGB 1621202
HSL0.800.990.40
HSV288°100°79°
CMYK 0.201.000.00   0.21
XYZ25.571811.967456.8393
Yxy11.96740.27090.1268
Hunter Lab34.593971.4077-73.2002
CIE-Lab41.164376.3856-62.4781

#a201ca color RGB value is (162,1,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00000001 11001010
Octal 242 1 312
Decimal 162 1 202
Hex A2 1 CA

RGB Percentages of Color #a201ca

%44.38
%0.27
%55.34

CMYK Percentages of Color #a201ca

%20
%100
%0
%21

Triadic Colors of #a201ca

#a201ca #caa201 #01caa2

Analogous Colors of #a201ca

#a201ca #ca018e #3e01ca

Monochromatic Colors of #a201ca

#a201ca

Complementary Color

#a201ca #29ca01

#a201ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a201ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a201ca Color CSS Codes

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

#a201ca Text Font Color

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

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


#a201ca Background Color

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

This div background color is #a201ca


#a201ca Border Color

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

This div border color is #a201ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a201ca


Comments

No comments written yet.

Please login to write comment.