Color Hex Logo

#a040eb Color Hex

#A040EB
(160,64,235)
0 Favorites   0 Comments

Color spaces of #a040eb

RGB 16064235
HSL0.760.810.59
HSV274°73°92°
CMYK 0.320.730.00   0.08
XYZ31.326017.138580.2543
Yxy17.13850.24340.1331
Hunter Lab41.398762.6217-85.9589
CIE-Lab48.434167.6429-69.5685

#a040eb color RGB value is (160,64,235).

#a040eb hex color red value is 160, green value is 64 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a040eb hue: 0.76 , saturation: 0.81 and the lightness value of a040eb is 0.59.

The process color (four color CMYK) of #a040eb color hex is 0.32, 0.73, 0.00, 0.08. Web safe color of #a040eb is #9933ff. Color #a040eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000000 11101011
Octal 240 100 353
Decimal 160 64 235
Hex A0 40 EB

RGB Percentages of Color #a040eb

%34.86
%13.94
%51.20

CMYK Percentages of Color #a040eb

%32
%73
%0
%8

Triadic Colors of #a040eb

#a040eb #eba040 #40eba0

Analogous Colors of #a040eb

#a040eb #eb40e1 #4a40eb

Monochromatic Colors of #a040eb

#a040eb

Complementary Color

#a040eb #8beb40

#a040eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a040eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a040eb Color CSS Codes

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

#a040eb Text Font Color

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

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


#a040eb Background Color

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

This div background color is #a040eb


#a040eb Border Color

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

This div border color is #a040eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a040eb


Comments

No comments written yet.

Please login to write comment.