Color Hex Logo

#a20fc2 Color Hex

#A20FC2
(162,15,194)
0 Favorites   0 Comments

Color spaces of #a20fc2

RGB 16215194
HSL0.800.860.41
HSV289°92°76°
CMYK 0.160.920.00   0.24
XYZ24.808711.918152.0318
Yxy11.91810.27950.1343
Hunter Lab34.522667.8595-65.1949
CIE-Lab41.085773.4811-57.9391

#a20fc2 color RGB value is (162,15,194).

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

The process color (four color CMYK) of #a20fc2 color hex is 0.16, 0.92, 0.00, 0.24. Web safe color of #a20fc2 is #9900cc. Color #a20fc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00001111 11000010
Octal 242 17 302
Decimal 162 15 194
Hex A2 F C2

RGB Percentages of Color #a20fc2

%43.67
%4.04
%52.29

CMYK Percentages of Color #a20fc2

%16
%92
%0
%24

Triadic Colors of #a20fc2

#a20fc2 #c2a20f #0fc2a2

Analogous Colors of #a20fc2

#a20fc2 #c20f89 #480fc2

Monochromatic Colors of #a20fc2

#a20fc2

Complementary Color

#a20fc2 #2fc20f

#a20fc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a20fc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a20fc2 Color CSS Codes

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

#a20fc2 Text Font Color

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

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


#a20fc2 Background Color

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

This div background color is #a20fc2


#a20fc2 Border Color

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

This div border color is #a20fc2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,15,194, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a20fc2


Comments

No comments written yet.

Please login to write comment.