Color Hex Logo

#a020f0 Color Hex Purple

#A020F0
(160,32,240)
29 Favorites   1 Comments

Color spaces of #a020f0 Purple

RGB 16032240
HSL0.770.870.53
HSV277°87°94°
CMYK 0.330.870.00   0.06
XYZ30.741914.797983.6741
Yxy14.79790.23790.1145
Hunter Lab38.468075.3300-102.0375
CIE-Lab45.356178.7498-77.4058

#a020f0 color RGB value is (160,32,240). #a020f0 color name is Purple color.

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100000 11110000
Octal 240 40 360
Decimal 160 32 240
Hex A0 20 F0

RGB Percentages of Color #a020f0

%37.04
%7.41
%55.56

CMYK Percentages of Color #a020f0

%33
%87
%0
%6

Triadic Colors of #a020f0

#a020f0 #f0a020 #20f0a0

Analogous Colors of #a020f0

#a020f0 #f020d8 #3820f0

Monochromatic Colors of #a020f0

#a020f0

Complementary Color

#a020f0 #70f020

#a020f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a020f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a020f0 Color CSS Codes

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

#a020f0 Text Font Color

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

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


#a020f0 Background Color

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

This div background color is #a020f0


#a020f0 Border Color

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

This div border color is #a020f0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,32,240, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a020f0


Comments

14 Apr 2023, 13:54 CaidenF

really dude that is actully purple

Please login to write comment.