Color Hex Logo

#a830fa Color Hex

#A830FA
(168,48,250)
0 Favorites   0 Comments

Color spaces of #a830fa

RGB 16848250
HSL0.770.950.58
HSV276°81°98°
CMYK 0.330.810.00   0.02
XYZ34.460717.340991.9733
Yxy17.34090.23970.1206
Hunter Lab41.642474.8414-101.8009
CIE-Lab48.686777.7099-77.5301

#a830fa color RGB value is (168,48,250).

#a830fa hex color red value is 168, green value is 48 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a830fa hue: 0.77 , saturation: 0.95 and the lightness value of a830fa is 0.58.

The process color (four color CMYK) of #a830fa color hex is 0.33, 0.81, 0.00, 0.02. Web safe color of #a830fa is #9933ff. Color #a830fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110000 11111010
Octal 250 60 372
Decimal 168 48 250
Hex A8 30 FA

RGB Percentages of Color #a830fa

%36.05
%10.30
%53.65

CMYK Percentages of Color #a830fa

%33
%81
%0
%2

Triadic Colors of #a830fa

#a830fa #faa830 #30faa8

Analogous Colors of #a830fa

#a830fa #fa30e7 #4330fa

Monochromatic Colors of #a830fa

#a830fa

Complementary Color

#a830fa #82fa30

#a830fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a830fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a830fa Color CSS Codes

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

#a830fa Text Font Color

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

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


#a830fa Background Color

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

This div background color is #a830fa


#a830fa Border Color

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

This div border color is #a830fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a830fa


Comments

No comments written yet.

Please login to write comment.