Color Hex Logo

#a030af Color Hex

#A030AF
(160,48,175)
0 Favorites   0 Comments

Color spaces of #a030af

RGB 16048175
HSL0.810.570.44
HSV293°73°69°
CMYK 0.090.730.00   0.31
XYZ23.292012.682641.7778
Yxy12.68260.29960.1631
Hunter Lab35.612654.4236-44.6253
CIE-Lab42.281161.6793-44.8465

#a030af color RGB value is (160,48,175).

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

The process color (four color CMYK) of #a030af color hex is 0.09, 0.73, 0.00, 0.31. Web safe color of #a030af is #993399. Color #a030af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110000 10101111
Octal 240 60 257
Decimal 160 48 175
Hex A0 30 AF

RGB Percentages of Color #a030af

%41.78
%12.53
%45.69

CMYK Percentages of Color #a030af

%9
%73
%0
%31

Triadic Colors of #a030af

#a030af #afa030 #30afa0

Analogous Colors of #a030af

#a030af #af307f #6130af

Monochromatic Colors of #a030af

#a030af

Complementary Color

#a030af #3faf30

#a030af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a030af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a030af Color CSS Codes

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

#a030af Text Font Color

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

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


#a030af Background Color

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

This div background color is #a030af


#a030af Border Color

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

This div border color is #a030af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a030af


Comments

No comments written yet.

Please login to write comment.