Color Hex Logo

#a472da Color Hex

#A472DA
(164,114,218)
0 Favorites   0 Comments

Color spaces of #a472da

RGB 164114218
HSL0.750.580.65
HSV269°48°85°
CMYK 0.250.480.00   0.15
XYZ33.982024.989169.3620
Yxy24.98910.26480.1947
Hunter Lab49.989133.8613-47.2750
CIE-Lab57.064839.9390-46.1142

#a472da color RGB value is (164,114,218).

#a472da hex color red value is 164, green value is 114 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a472da hue: 0.75 , saturation: 0.58 and the lightness value of a472da is 0.65.

The process color (four color CMYK) of #a472da color hex is 0.25, 0.48, 0.00, 0.15. Web safe color of #a472da is #9966cc. Color #a472da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110010 11011010
Octal 244 162 332
Decimal 164 114 218
Hex A4 72 DA

RGB Percentages of Color #a472da

%33.06
%22.98
%43.95

CMYK Percentages of Color #a472da

%25
%48
%0
%15

Triadic Colors of #a472da

#a472da #daa472 #72daa4

Analogous Colors of #a472da

#a472da #d872da #7274da

Monochromatic Colors of #a472da

#a472da

Complementary Color

#a472da #a8da72

#a472da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a472da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a472da Color CSS Codes

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

#a472da Text Font Color

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

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


#a472da Background Color

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

This div background color is #a472da


#a472da Border Color

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

This div border color is #a472da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a472da


Comments

No comments written yet.

Please login to write comment.