Color Hex Logo

#a472df Color Hex

#A472DF
(164,114,223)
0 Favorites   0 Comments

Color spaces of #a472df

RGB 164114223
HSL0.740.630.66
HSV268°49°87°
CMYK 0.260.490.00   0.13
XYZ34.646425.254972.8606
Yxy25.25490.26100.1902
Hunter Lab50.254335.1169-50.7830
CIE-Lab57.322941.1242-48.5151

#a472df color RGB value is (164,114,223).

#a472df hex color red value is 164, green value is 114 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a472df hue: 0.74 , saturation: 0.63 and the lightness value of a472df is 0.66.

The process color (four color CMYK) of #a472df color hex is 0.26, 0.49, 0.00, 0.13. Web safe color of #a472df is #9966cc. Color #a472df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110010 11011111
Octal 244 162 337
Decimal 164 114 223
Hex A4 72 DF

RGB Percentages of Color #a472df

%32.73
%22.75
%44.51

CMYK Percentages of Color #a472df

%26
%49
%0
%13

Triadic Colors of #a472df

#a472df #dfa472 #72dfa4

Analogous Colors of #a472df

#a472df #db72df #7277df

Monochromatic Colors of #a472df

#a472df

Complementary Color

#a472df #addf72

#a472df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a472df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a472df Color CSS Codes

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

#a472df Text Font Color

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

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


#a472df Background Color

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

This div background color is #a472df


#a472df Border Color

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

This div border color is #a472df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a472df


Comments

No comments written yet.

Please login to write comment.