Color Hex Logo

#a979bc Color Hex

#A979BC
(169,121,188)
0 Favorites   0 Comments

Color spaces of #a979bc

RGB 169121188
HSL0.790.330.61
HSV283°36°74°
CMYK 0.100.360.00   0.26
XYZ32.276725.740650.8442
Yxy25.74060.29650.2365
Hunter Lab50.735224.7715-23.9027
CIE-Lab57.790030.7748-27.9397

#a979bc color RGB value is (169,121,188).

#a979bc hex color red value is 169, green value is 121 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a979bc hue: 0.79 , saturation: 0.33 and the lightness value of a979bc is 0.61.

The process color (four color CMYK) of #a979bc color hex is 0.10, 0.36, 0.00, 0.26. Web safe color of #a979bc is #9966cc. Color #a979bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111001 10111100
Octal 251 171 274
Decimal 169 121 188
Hex A9 79 BC

RGB Percentages of Color #a979bc

%35.36
%25.31
%39.33

CMYK Percentages of Color #a979bc

%10
%36
%0
%26

Triadic Colors of #a979bc

#a979bc #bca979 #79bca9

Analogous Colors of #a979bc

#a979bc #bc79ae #8879bc

Monochromatic Colors of #a979bc

#a979bc

Complementary Color

#a979bc #8cbc79

#a979bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a979bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a979bc Color CSS Codes

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

#a979bc Text Font Color

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

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


#a979bc Background Color

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

This div background color is #a979bc


#a979bc Border Color

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

This div border color is #a979bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a979bc


Comments

No comments written yet.

Please login to write comment.