Color Hex Logo

#a579da Color Hex

#A579DA
(165,121,218)
0 Favorites   0 Comments

Color spaces of #a579da

RGB 165121218
HSL0.740.570.66
HSV267°44°85°
CMYK 0.240.440.00   0.15
XYZ35.009326.736069.6450
Yxy26.73600.26650.2035
Hunter Lab51.706930.3704-43.6641
CIE-Lab58.729236.3056-43.4783

#a579da color RGB value is (165,121,218).

#a579da hex color red value is 165, green value is 121 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a579da hue: 0.74 , saturation: 0.57 and the lightness value of a579da is 0.66.

The process color (four color CMYK) of #a579da color hex is 0.24, 0.44, 0.00, 0.15. Web safe color of #a579da is #9966cc. Color #a579da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111001 11011010
Octal 245 171 332
Decimal 165 121 218
Hex A5 79 DA

RGB Percentages of Color #a579da

%32.74
%24.01
%43.25

CMYK Percentages of Color #a579da

%24
%44
%0
%15

Triadic Colors of #a579da

#a579da #daa579 #79daa5

Analogous Colors of #a579da

#a579da #d679da #797eda

Monochromatic Colors of #a579da

#a579da

Complementary Color

#a579da #aeda79

#a579da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a579da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a579da Color CSS Codes

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

#a579da Text Font Color

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

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


#a579da Background Color

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

This div background color is #a579da


#a579da Border Color

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

This div border color is #a579da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a579da


Comments

No comments written yet.

Please login to write comment.