Color Hex Logo

#a020ef Color Hex

#A020EF
(160,32,239)
0 Favorites   0 Comments

Color spaces of #a020ef

RGB 16032239
HSL0.770.870.53
HSV277°87°94°
CMYK 0.330.870.00   0.06
XYZ30.593714.738682.8937
Yxy14.73860.23860.1149
Hunter Lab38.390975.0626-101.1455
CIE-Lab45.274178.5511-76.9760

#a020ef color RGB value is (160,32,239).

#a020ef hex color red value is 160, green value is 32 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a020ef hue: 0.77 , saturation: 0.87 and the lightness value of a020ef is 0.53.

The process color (four color CMYK) of #a020ef color hex is 0.33, 0.87, 0.00, 0.06. Web safe color of #a020ef is #9933ff. Color #a020ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100000 11101111
Octal 240 40 357
Decimal 160 32 239
Hex A0 20 EF

RGB Percentages of Color #a020ef

%37.12
%7.42
%55.45

CMYK Percentages of Color #a020ef

%33
%87
%0
%6

Triadic Colors of #a020ef

#a020ef #efa020 #20efa0

Analogous Colors of #a020ef

#a020ef #ef20d7 #3820ef

Monochromatic Colors of #a020ef

#a020ef

Complementary Color

#a020ef #6fef20

#a020ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a020ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a020ef Color CSS Codes

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

#a020ef Text Font Color

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

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


#a020ef Background Color

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

This div background color is #a020ef


#a020ef Border Color

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

This div border color is #a020ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a020ef


Comments

No comments written yet.

Please login to write comment.