Color Hex Logo

#a034df Color Hex

#A034DF
(160,52,223)
0 Favorites   0 Comments

Color spaces of #a034df

RGB 16052223
HSL0.770.730.54
HSV278°77°87°
CMYK 0.280.770.00   0.13
XYZ29.044515.257371.2262
Yxy15.25730.25140.1321
Hunter Lab39.060664.3722-80.7717
CIE-Lab45.984669.6041-66.7460

#a034df color RGB value is (160,52,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110100 11011111
Octal 240 64 337
Decimal 160 52 223
Hex A0 34 DF

RGB Percentages of Color #a034df

%36.78
%11.95
%51.26

CMYK Percentages of Color #a034df

%28
%77
%0
%13

Triadic Colors of #a034df

#a034df #dfa034 #34dfa0

Analogous Colors of #a034df

#a034df #df34c9 #4a34df

Monochromatic Colors of #a034df

#a034df

Complementary Color

#a034df #73df34

#a034df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a034df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a034df Color CSS Codes

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

#a034df Text Font Color

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

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


#a034df Background Color

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

This div background color is #a034df


#a034df Border Color

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

This div border color is #a034df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,52,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 #a034df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a034df


Comments

No comments written yet.

Please login to write comment.