Color Hex Logo

#a472fd Color Hex

#A472FD
(164,114,253)
0 Favorites   0 Comments

Color spaces of #a472fd

RGB 164114253
HSL0.730.970.72
HSV262°55°99°
CMYK 0.350.550.00   0.01
XYZ39.056827.019096.0852
Yxy27.01900.24090.1666
Hunter Lab51.979843.1574-73.2123
CIE-Lab58.991948.4849-62.5390

#a472fd color RGB value is (164,114,253).

#a472fd hex color red value is 164, green value is 114 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a472fd hue: 0.73 , saturation: 0.97 and the lightness value of a472fd is 0.72.

The process color (four color CMYK) of #a472fd color hex is 0.35, 0.55, 0.00, 0.01. Web safe color of #a472fd is #9966ff. Color #a472fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110010 11111101
Octal 244 162 375
Decimal 164 114 253
Hex A4 72 FD

RGB Percentages of Color #a472fd

%30.89
%21.47
%47.65

CMYK Percentages of Color #a472fd

%35
%55
%0
%1

Triadic Colors of #a472fd

#a472fd #fda472 #72fda4

Analogous Colors of #a472fd

#a472fd #ea72fd #7286fd

Monochromatic Colors of #a472fd

#a472fd

Complementary Color

#a472fd #cbfd72

#a472fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a472fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a472fd Color CSS Codes

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

#a472fd Text Font Color

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

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


#a472fd Background Color

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

This div background color is #a472fd


#a472fd Border Color

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

This div border color is #a472fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,114,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a472fd


Comments

No comments written yet.

Please login to write comment.