Color Hex Logo

#a030df Color Hex

#A030DF
(160,48,223)
0 Favorites   0 Comments

Color spaces of #a030df

RGB 16048223
HSL0.770.730.53
HSV278°78°87°
CMYK 0.280.780.00   0.13
XYZ28.873414.915271.1692
Yxy14.91520.25120.1297
Hunter Lab38.620265.8656-82.2253
CIE-Lab45.517870.9534-67.5045

#a030df color RGB value is (160,48,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110000 11011111
Octal 240 60 337
Decimal 160 48 223
Hex A0 30 DF

RGB Percentages of Color #a030df

%37.12
%11.14
%51.74

CMYK Percentages of Color #a030df

%28
%78
%0
%13

Triadic Colors of #a030df

#a030df #dfa030 #30dfa0

Analogous Colors of #a030df

#a030df #df30c7 #4830df

Monochromatic Colors of #a030df

#a030df

Complementary Color

#a030df #6fdf30

#a030df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a030df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a030df Color CSS Codes

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

#a030df Text Font Color

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

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


#a030df Background Color

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

This div background color is #a030df


#a030df Border Color

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

This div border color is #a030df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a030df


Comments

No comments written yet.

Please login to write comment.