Color Hex Logo

#a039df Color Hex

#A039DF
(160,57,223)
0 Favorites   0 Comments

Color spaces of #a039df

RGB 16057223
HSL0.770.720.55
HSV277°74°87°
CMYK 0.280.740.00   0.13
XYZ29.279615.727671.3046
Yxy15.72760.25170.1352
Hunter Lab39.658062.3853-78.8420
CIE-Lab46.615167.7929-65.7227

#a039df color RGB value is (160,57,223).

#a039df hex color red value is 160, green value is 57 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a039df hue: 0.77 , saturation: 0.72 and the lightness value of a039df is 0.55.

The process color (four color CMYK) of #a039df color hex is 0.28, 0.74, 0.00, 0.13. Web safe color of #a039df is #9933cc. Color #a039df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111001 11011111
Octal 240 71 337
Decimal 160 57 223
Hex A0 39 DF

RGB Percentages of Color #a039df

%36.36
%12.95
%50.68

CMYK Percentages of Color #a039df

%28
%74
%0
%13

Triadic Colors of #a039df

#a039df #dfa039 #39dfa0

Analogous Colors of #a039df

#a039df #df39cb #4d39df

Monochromatic Colors of #a039df

#a039df

Complementary Color

#a039df #78df39

#a039df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a039df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a039df Color CSS Codes

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

#a039df Text Font Color

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

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


#a039df Background Color

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

This div background color is #a039df


#a039df Border Color

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

This div border color is #a039df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a039df


Comments

No comments written yet.

Please login to write comment.