Color Hex Logo

#a872fa Color Hex

#A872FA
(168,114,250)
0 Favorites   0 Comments

Color spaces of #a872fa

RGB 168114250
HSL0.730.930.71
HSV264°54°98°
CMYK 0.330.540.00   0.02
XYZ39.421127.261693.6268
Yxy27.26160.24590.1701
Hunter Lab52.212643.3973-69.7689
CIE-Lab59.215748.6725-60.5030

#a872fa color RGB value is (168,114,250).

#a872fa hex color red value is 168, green value is 114 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a872fa hue: 0.73 , saturation: 0.93 and the lightness value of a872fa is 0.71.

The process color (four color CMYK) of #a872fa color hex is 0.33, 0.54, 0.00, 0.02. Web safe color of #a872fa is #9966ff. Color #a872fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110010 11111010
Octal 250 162 372
Decimal 168 114 250
Hex A8 72 FA

RGB Percentages of Color #a872fa

%31.58
%21.43
%46.99

CMYK Percentages of Color #a872fa

%33
%54
%0
%2

Triadic Colors of #a872fa

#a872fa #faa872 #72faa8

Analogous Colors of #a872fa

#a872fa #ec72fa #7280fa

Monochromatic Colors of #a872fa

#a872fa

Complementary Color

#a872fa #c4fa72

#a872fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a872fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a872fa Color CSS Codes

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

#a872fa Text Font Color

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

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


#a872fa Background Color

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

This div background color is #a872fa


#a872fa Border Color

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

This div border color is #a872fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a872fa


Comments

No comments written yet.

Please login to write comment.