Color Hex Logo

#a469da Color Hex

#A469DA
(164,105,218)
0 Favorites   0 Comments

Color spaces of #a469da

RGB 164105218
HSL0.750.600.63
HSV271°52°85°
CMYK 0.250.520.00   0.15
XYZ33.016323.057669.0401
Yxy23.05760.26390.1843
Hunter Lab48.018338.7004-51.6335
CIE-Lab55.131644.8777-49.1806

#a469da color RGB value is (164,105,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101001 11011010
Octal 244 151 332
Decimal 164 105 218
Hex A4 69 DA

RGB Percentages of Color #a469da

%33.68
%21.56
%44.76

CMYK Percentages of Color #a469da

%25
%52
%0
%15

Triadic Colors of #a469da

#a469da #daa469 #69daa4

Analogous Colors of #a469da

#a469da #da69d8 #6c69da

Monochromatic Colors of #a469da

#a469da

Complementary Color

#a469da #9fda69

#a469da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a469da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a469da Color CSS Codes

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

#a469da Text Font Color

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

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


#a469da Background Color

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

This div background color is #a469da


#a469da Border Color

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

This div border color is #a469da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a469da


Comments

No comments written yet.

Please login to write comment.