Color Hex Logo

#a040fc Color Hex

#A040FC
(160,64,252)
0 Favorites   0 Comments

Color spaces of #a040fc

RGB 16064252
HSL0.750.970.62
HSV271°75°99°
CMYK 0.370.750.00   0.01
XYZ33.901318.168693.8156
Yxy18.16860.23240.1245
Hunter Lab42.624667.3760-100.6583
CIE-Lab49.700071.4028-77.0371

#a040fc color RGB value is (160,64,252).

#a040fc hex color red value is 160, green value is 64 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a040fc hue: 0.75 , saturation: 0.97 and the lightness value of a040fc is 0.62.

The process color (four color CMYK) of #a040fc color hex is 0.37, 0.75, 0.00, 0.01. Web safe color of #a040fc is #9933ff. Color #a040fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000000 11111100
Octal 240 100 374
Decimal 160 64 252
Hex A0 40 FC

RGB Percentages of Color #a040fc

%33.61
%13.45
%52.94

CMYK Percentages of Color #a040fc

%37
%75
%0
%1

Triadic Colors of #a040fc

#a040fc #fca040 #40fca0

Analogous Colors of #a040fc

#a040fc #fc40fa #4240fc

Monochromatic Colors of #a040fc

#a040fc

Complementary Color

#a040fc #9cfc40

#a040fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a040fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a040fc Color CSS Codes

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

#a040fc Text Font Color

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

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


#a040fc Background Color

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

This div background color is #a040fc


#a040fc Border Color

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

This div border color is #a040fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a040fc


Comments

No comments written yet.

Please login to write comment.