Color Hex Logo

#a030fd Color Hex

#A030FD
(160,48,253)
0 Favorites   0 Comments

Color spaces of #a030fd

RGB 16048253
HSL0.760.980.59
HSV273°81°99°
CMYK 0.370.810.00   0.01
XYZ33.283816.679394.3937
Yxy16.67930.23060.1155
Hunter Lab40.840374.0024-108.4481
CIE-Lab47.853477.1961-80.6110

#a030fd color RGB value is (160,48,253).

#a030fd hex color red value is 160, green value is 48 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a030fd hue: 0.76 , saturation: 0.98 and the lightness value of a030fd is 0.59.

The process color (four color CMYK) of #a030fd color hex is 0.37, 0.81, 0.00, 0.01. Web safe color of #a030fd is #9933ff. Color #a030fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110000 11111101
Octal 240 60 375
Decimal 160 48 253
Hex A0 30 FD

RGB Percentages of Color #a030fd

%34.71
%10.41
%54.88

CMYK Percentages of Color #a030fd

%37
%81
%0
%1

Triadic Colors of #a030fd

#a030fd #fda030 #30fda0

Analogous Colors of #a030fd

#a030fd #fd30f4 #3930fd

Monochromatic Colors of #a030fd

#a030fd

Complementary Color

#a030fd #8dfd30

#a030fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a030fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a030fd Color CSS Codes

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

#a030fd Text Font Color

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

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


#a030fd Background Color

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

This div background color is #a030fd


#a030fd Border Color

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

This div border color is #a030fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a030fd


Comments

No comments written yet.

Please login to write comment.