Color Hex Logo

#a040ec Color Hex

#A040EC
(160,64,236)
0 Favorites   0 Comments

Color spaces of #a040ec

RGB 16064236
HSL0.760.820.59
HSV273°73°93°
CMYK 0.320.730.00   0.07
XYZ31.470917.196581.0174
Yxy17.19650.24270.1326
Hunter Lab41.468762.8949-86.8069
CIE-Lab48.506767.8617-70.0141

#a040ec color RGB value is (160,64,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000000 11101100
Octal 240 100 354
Decimal 160 64 236
Hex A0 40 EC

RGB Percentages of Color #a040ec

%34.78
%13.91
%51.30

CMYK Percentages of Color #a040ec

%32
%73
%0
%7

Triadic Colors of #a040ec

#a040ec #eca040 #40eca0

Analogous Colors of #a040ec

#a040ec #ec40e2 #4a40ec

Monochromatic Colors of #a040ec

#a040ec

Complementary Color

#a040ec #8cec40

#a040ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a040ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a040ec Color CSS Codes

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

#a040ec Text Font Color

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

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


#a040ec Background Color

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

This div background color is #a040ec


#a040ec Border Color

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

This div border color is #a040ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a040ec


Comments

No comments written yet.

Please login to write comment.