Color Hex Logo

#a348fa Color Hex

#A348FA
(163,72,250)
0 Favorites   0 Comments

Color spaces of #a348fa

RGB 16372250
HSL0.750.950.63
HSV271°71°98°
CMYK 0.350.710.00   0.02
XYZ34.676919.323492.3446
Yxy19.32340.23700.1320
Hunter Lab43.958463.8839-93.7813
CIE-Lab51.063468.2095-73.6864

#a348fa color RGB value is (163,72,250).

#a348fa hex color red value is 163, green value is 72 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a348fa hue: 0.75 , saturation: 0.95 and the lightness value of a348fa is 0.63.

The process color (four color CMYK) of #a348fa color hex is 0.35, 0.71, 0.00, 0.02. Web safe color of #a348fa is #9933ff. Color #a348fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001000 11111010
Octal 243 110 372
Decimal 163 72 250
Hex A3 48 FA

RGB Percentages of Color #a348fa

%33.61
%14.85
%51.55

CMYK Percentages of Color #a348fa

%35
%71
%0
%2

Triadic Colors of #a348fa

#a348fa #faa348 #48faa3

Analogous Colors of #a348fa

#a348fa #fa48f8 #4a48fa

Monochromatic Colors of #a348fa

#a348fa

Complementary Color

#a348fa #9ffa48

#a348fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a348fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a348fa Color CSS Codes

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

#a348fa Text Font Color

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

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


#a348fa Background Color

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

This div background color is #a348fa


#a348fa Border Color

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

This div border color is #a348fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a348fa


Comments

No comments written yet.

Please login to write comment.