Color Hex Logo

#a948fb Color Hex

#A948FB
(169,72,251)
0 Favorites   0 Comments

Color spaces of #a948fb

RGB 16972251
HSL0.760.960.63
HSV273°71°98°
CMYK 0.330.710.00   0.02
XYZ36.092120.034893.2316
Yxy20.03480.24160.1341
Hunter Lab44.760365.6017-92.1636
CIE-Lab51.876569.5004-72.8887

#a948fb color RGB value is (169,72,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001000 11111011
Octal 251 110 373
Decimal 169 72 251
Hex A9 48 FB

RGB Percentages of Color #a948fb

%34.35
%14.63
%51.02

CMYK Percentages of Color #a948fb

%33
%71
%0
%2

Triadic Colors of #a948fb

#a948fb #fba948 #48fba9

Analogous Colors of #a948fb

#a948fb #fb48f4 #5048fb

Monochromatic Colors of #a948fb

#a948fb

Complementary Color

#a948fb #9afb48

#a948fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a948fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a948fb Color CSS Codes

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

#a948fb Text Font Color

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

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


#a948fb Background Color

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

This div background color is #a948fb


#a948fb Border Color

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

This div border color is #a948fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,72,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a948fb


Comments

No comments written yet.

Please login to write comment.