Color Hex Logo

#a20fe1 Color Hex

#A20FE1
(162,15,225)
0 Favorites   0 Comments

Color spaces of #a20fe1

RGB 16215225
HSL0.780.880.47
HSV282°93°88°
CMYK 0.280.930.00   0.12
XYZ28.661713.459372.3214
Yxy13.45930.25040.1176
Hunter Lab36.686975.2512-91.1983
CIE-Lab43.447379.0547-72.0061

#a20fe1 color RGB value is (162,15,225).

#a20fe1 hex color red value is 162, green value is 15 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #a20fe1 hue: 0.78 , saturation: 0.88 and the lightness value of a20fe1 is 0.47.

The process color (four color CMYK) of #a20fe1 color hex is 0.28, 0.93, 0.00, 0.12. Web safe color of #a20fe1 is #9900cc. Color #a20fe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00001111 11100001
Octal 242 17 341
Decimal 162 15 225
Hex A2 F E1

RGB Percentages of Color #a20fe1

%40.30
%3.73
%55.97

CMYK Percentages of Color #a20fe1

%28
%93
%0
%12

Triadic Colors of #a20fe1

#a20fe1 #e1a20f #0fe1a2

Analogous Colors of #a20fe1

#a20fe1 #e10fb7 #390fe1

Monochromatic Colors of #a20fe1

#a20fe1

Complementary Color

#a20fe1 #4ee10f

#a20fe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a20fe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a20fe1 Color CSS Codes

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

#a20fe1 Text Font Color

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

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


#a20fe1 Background Color

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

This div background color is #a20fe1


#a20fe1 Border Color

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

This div border color is #a20fe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a20fe1


Comments

No comments written yet.

Please login to write comment.