color codes Logo

#a948df color codes

#A948DF
(169,72,223)
0 Favorites   0 Comments

Color spaces of #a948df

RGB 16972223
HSL0.770.700.58
HSV279°68°87°
CMYK 0.240.680.00   0.13
XYZ31.998818.397571.6766
Yxy18.39750.26210.1507
Hunter Lab42.892358.1042-69.0539
CIE-Lab49.974763.4573-60.2317

#a948df color RGB value is (169,72,223).

#a948df hex color red value is 169, green value is 72 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a948df hue: 0.77 , saturation: 0.70 and the lightness value of a948df is 0.58.

The process color (four color CMYK) of #a948df color code is 0.24, 0.68, 0.00, 0.13. Web safe color of #a948df is #9933cc. Color #a948df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001000 11011111
Octal 251 110 337
Decimal 169 72 223
Hex A9 48 DF

RGB Percentages of Color #a948df

%36.42
%15.52
%48.06

CMYK Percentages of Color #a948df

%24
%68
%0
%13

Triadic Colors of #a948df

#a948df #dfa948 #48dfa9

Analogous Colors of #a948df

#a948df #df48ca #5d48df

Monochromatic Colors of #a948df

#a948df

Complementary Color

#a948df #7edf48

#a948df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a948df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a948df Color CSS Codes

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

#a948df Text Font Color

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

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


#a948df Background Color

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

This div background color is #a948df


#a948df Border Color

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

This div border color is #a948df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a948df


Comments

No comments written yet.

Please login to write comment.