Color Hex Logo

#a040ef Color Hex

#A040EF
(160,64,239)
0 Favorites   0 Comments

Color spaces of #a040ef

RGB 16064239
HSL0.760.850.59
HSV273°73°94°
CMYK 0.330.730.00   0.06
XYZ31.910617.372483.3327
Yxy17.37240.24060.1310
Hunter Lab41.680263.7202-89.3644
CIE-Lab48.725968.5204-71.3464

#a040ef color RGB value is (160,64,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000000 11101111
Octal 240 100 357
Decimal 160 64 239
Hex A0 40 EF

RGB Percentages of Color #a040ef

%34.56
%13.82
%51.62

CMYK Percentages of Color #a040ef

%33
%73
%0
%6

Triadic Colors of #a040ef

#a040ef #efa040 #40efa0

Analogous Colors of #a040ef

#a040ef #ef40e7 #4940ef

Monochromatic Colors of #a040ef

#a040ef

Complementary Color

#a040ef #8fef40

#a040ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a040ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a040ef Color CSS Codes

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

#a040ef Text Font Color

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

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


#a040ef Background Color

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

This div background color is #a040ef


#a040ef Border Color

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

This div border color is #a040ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a040ef


Comments

No comments written yet.

Please login to write comment.