Color Hex Logo

#a039ea Color Hex

#A039EA
(160,57,234)
0 Favorites   0 Comments

Color spaces of #a039ea

RGB 16057234
HSL0.760.810.57
HSV275°76°92°
CMYK 0.320.760.00   0.08
XYZ30.811616.340479.3720
Yxy16.34040.24350.1291
Hunter Lab40.423365.3164-88.1210
CIE-Lab47.418070.1219-70.6559

#a039ea color RGB value is (160,57,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111001 11101010
Octal 240 71 352
Decimal 160 57 234
Hex A0 39 EA

RGB Percentages of Color #a039ea

%35.48
%12.64
%51.88

CMYK Percentages of Color #a039ea

%32
%76
%0
%8

Triadic Colors of #a039ea

#a039ea #eaa039 #39eaa0

Analogous Colors of #a039ea

#a039ea #ea39dc #4839ea

Monochromatic Colors of #a039ea

#a039ea

Complementary Color

#a039ea #83ea39

#a039ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a039ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a039ea Color CSS Codes

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

#a039ea Text Font Color

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

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


#a039ea Background Color

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

This div background color is #a039ea


#a039ea Border Color

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

This div border color is #a039ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a039ea


Comments

No comments written yet.

Please login to write comment.