Color Hex Logo

#a979ec Color Hex

#A979EC
(169,121,236)
0 Favorites   0 Comments

Color spaces of #a979ec

RGB 169121236
HSL0.740.750.70
HSV265°49°93°
CMYK 0.280.490.00   0.07
XYZ38.339928.165982.7727
Yxy28.16590.25680.1887
Hunter Lab53.071636.0766-55.3212
CIE-Lab60.038341.6860-51.4314

#a979ec color RGB value is (169,121,236).

#a979ec hex color red value is 169, green value is 121 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a979ec hue: 0.74 , saturation: 0.75 and the lightness value of a979ec is 0.70.

The process color (four color CMYK) of #a979ec color hex is 0.28, 0.49, 0.00, 0.07. Web safe color of #a979ec is #9966ff. Color #a979ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111001 11101100
Octal 251 171 354
Decimal 169 121 236
Hex A9 79 EC

RGB Percentages of Color #a979ec

%32.13
%23.00
%44.87

CMYK Percentages of Color #a979ec

%28
%49
%0
%7

Triadic Colors of #a979ec

#a979ec #eca979 #79eca9

Analogous Colors of #a979ec

#a979ec #e379ec #7983ec

Monochromatic Colors of #a979ec

#a979ec

Complementary Color

#a979ec #bcec79

#a979ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a979ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a979ec Color CSS Codes

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

#a979ec Text Font Color

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

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


#a979ec Background Color

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

This div background color is #a979ec


#a979ec Border Color

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

This div border color is #a979ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,121,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a979ec


Comments

No comments written yet.

Please login to write comment.