Color Hex Logo

#a20fee Color Hex

#A20FEE
(162,15,238)
0 Favorites   0 Comments

Color spaces of #a20fee

RGB 16215238
HSL0.780.880.50
HSV280°94°93°
CMYK 0.320.940.00   0.07
XYZ30.503714.196182.0213
Yxy14.19610.24070.1120
Hunter Lab37.677778.5768-102.6951
CIE-Lab44.512981.4959-77.6455

#a20fee color RGB value is (162,15,238).

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

The process color (four color CMYK) of #a20fee color hex is 0.32, 0.94, 0.00, 0.07. Web safe color of #a20fee is #9900ff. Color #a20fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00001111 11101110
Octal 242 17 356
Decimal 162 15 238
Hex A2 F EE

RGB Percentages of Color #a20fee

%39.04
%3.61
%57.35

CMYK Percentages of Color #a20fee

%32
%94
%0
%7

Triadic Colors of #a20fee

#a20fee #eea20f #0feea2

Analogous Colors of #a20fee

#a20fee #ee0fcb #330fee

Monochromatic Colors of #a20fee

#a20fee

Complementary Color

#a20fee #5bee0f

#a20fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a20fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a20fee Color CSS Codes

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

#a20fee Text Font Color

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

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


#a20fee Background Color

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

This div background color is #a20fee


#a20fee Border Color

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

This div border color is #a20fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a20fee


Comments

No comments written yet.

Please login to write comment.