Color Hex Logo

#a040ff Color Hex

#A040FF
(160,64,255)
0 Favorites   0 Comments

Color spaces of #a040ff

RGB 16064255
HSL0.751.000.63
HSV270°75°100°
CMYK 0.370.750.00   0.00
XYZ34.380618.360496.3396
Yxy18.36040.23060.1232
Hunter Lab42.849068.2365-103.3103
CIE-Lab49.930372.0731-78.3316

#a040ff color RGB value is (160,64,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000000 11111111
Octal 240 100 377
Decimal 160 64 255
Hex A0 40 FF

RGB Percentages of Color #a040ff

%33.40
%13.36
%53.24

CMYK Percentages of Color #a040ff

%37
%75
%0
%0

Triadic Colors of #a040ff

#a040ff #ffa040 #40ffa0

Analogous Colors of #a040ff

#a040ff #ff40ff #4040ff

Monochromatic Colors of #a040ff

#a040ff

Complementary Color

#a040ff #9fff40

#a040ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a040ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a040ff Color CSS Codes

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

#a040ff Text Font Color

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

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


#a040ff Background Color

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

This div background color is #a040ff


#a040ff Border Color

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

This div border color is #a040ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a040ff


Comments

No comments written yet.

Please login to write comment.