Color Hex Logo

#a179ce Color Hex

#A179CE
(161,121,206)
0 Favorites   0 Comments

Color spaces of #a179ce

RGB 161121206
HSL0.750.460.64
HSV268°41°81°
CMYK 0.220.410.00   0.19
XYZ32.675925.708061.6325
Yxy25.70800.27230.2142
Hunter Lab50.703126.3051-36.5783
CIE-Lab57.758832.3414-38.2719

#a179ce color RGB value is (161,121,206).

#a179ce hex color red value is 161, green value is 121 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a179ce hue: 0.75 , saturation: 0.46 and the lightness value of a179ce is 0.64.

The process color (four color CMYK) of #a179ce color hex is 0.22, 0.41, 0.00, 0.19. Web safe color of #a179ce is #9966cc. Color #a179ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111001 11001110
Octal 241 171 316
Decimal 161 121 206
Hex A1 79 CE

RGB Percentages of Color #a179ce

%32.99
%24.80
%42.21

CMYK Percentages of Color #a179ce

%22
%41
%0
%19

Triadic Colors of #a179ce

#a179ce #cea179 #79cea1

Analogous Colors of #a179ce

#a179ce #cc79ce #797cce

Monochromatic Colors of #a179ce

#a179ce

Complementary Color

#a179ce #a6ce79

#a179ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a179ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a179ce Color CSS Codes

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

#a179ce Text Font Color

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

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


#a179ce Background Color

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

This div background color is #a179ce


#a179ce Border Color

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

This div border color is #a179ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a179ce


Comments

No comments written yet.

Please login to write comment.