Color Hex Logo

#a948fa Color Hex

#A948FA
(169,72,250)
0 Favorites   0 Comments

Color spaces of #a948fa

RGB 16972250
HSL0.760.950.63
HSV273°71°98°
CMYK 0.320.710.00   0.02
XYZ35.934919.971992.4035
Yxy19.97190.24230.1347
Hunter Lab44.689965.3234-91.3085
CIE-Lab51.805469.2805-72.4473

#a948fa color RGB value is (169,72,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001000 11111010
Octal 251 110 372
Decimal 169 72 250
Hex A9 48 FA

RGB Percentages of Color #a948fa

%34.42
%14.66
%50.92

CMYK Percentages of Color #a948fa

%32
%71
%0
%2

Triadic Colors of #a948fa

#a948fa #faa948 #48faa9

Analogous Colors of #a948fa

#a948fa #fa48f2 #5048fa

Monochromatic Colors of #a948fa

#a948fa

Complementary Color

#a948fa #99fa48

#a948fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a948fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a948fa Color CSS Codes

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

#a948fa Text Font Color

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

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


#a948fa Background Color

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

This div background color is #a948fa


#a948fa Border Color

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

This div border color is #a948fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a948fa


Comments

No comments written yet.

Please login to write comment.