Color Hex Logo

#a20bef Color Hex

#A20BEF
(162,11,239)
0 Favorites   0 Comments

Color spaces of #a20bef

RGB 16211239
HSL0.780.910.49
HSV280°95°94°
CMYK 0.320.950.00   0.06
XYZ30.600014.152782.7803
Yxy14.15270.23990.1110
Hunter Lab37.620179.3560-104.1294
CIE-Lab44.451182.1218-78.3115

#a20bef color RGB value is (162,11,239).

#a20bef hex color red value is 162, green value is 11 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a20bef hue: 0.78 , saturation: 0.91 and the lightness value of a20bef is 0.49.

The process color (four color CMYK) of #a20bef color hex is 0.32, 0.95, 0.00, 0.06. Web safe color of #a20bef is #9900ff. Color #a20bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00001011 11101111
Octal 242 13 357
Decimal 162 11 239
Hex A2 B EF

RGB Percentages of Color #a20bef

%39.32
%2.67
%58.01

CMYK Percentages of Color #a20bef

%32
%95
%0
%6

Triadic Colors of #a20bef

#a20bef #efa20b #0befa2

Analogous Colors of #a20bef

#a20bef #ef0bca #300bef

Monochromatic Colors of #a20bef

#a20bef

Complementary Color

#a20bef #58ef0b

#a20bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a20bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a20bef Color CSS Codes

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

#a20bef Text Font Color

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

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


#a20bef Background Color

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

This div background color is #a20bef


#a20bef Border Color

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

This div border color is #a20bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a20bef


Comments

No comments written yet.

Please login to write comment.