Color Hex Logo

#a050ac Color Hex

#A050AC
(160,80,172)
0 Favorites   0 Comments

Color spaces of #a050ac

RGB 16080172
HSL0.810.370.49
HSV292°53°67°
CMYK 0.070.530.00   0.33
XYZ24.812316.189540.8469
Yxy16.18950.30310.1978
Hunter Lab40.236239.6616-32.0246
CIE-Lab47.222147.0462-35.2399

#a050ac color RGB value is (160,80,172).

#a050ac hex color red value is 160, green value is 80 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a050ac hue: 0.81 , saturation: 0.37 and the lightness value of a050ac is 0.49.

The process color (four color CMYK) of #a050ac color hex is 0.07, 0.53, 0.00, 0.33. Web safe color of #a050ac is #996699. Color #a050ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010000 10101100
Octal 240 120 254
Decimal 160 80 172
Hex A0 50 AC

RGB Percentages of Color #a050ac

%38.83
%19.42
%41.75

CMYK Percentages of Color #a050ac

%7
%53
%0
%33

Triadic Colors of #a050ac

#a050ac #aca050 #50aca0

Analogous Colors of #a050ac

#a050ac #ac508a #7250ac

Monochromatic Colors of #a050ac

#a050ac

Complementary Color

#a050ac #5cac50

#a050ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a050ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a050ac Color CSS Codes

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

#a050ac Text Font Color

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

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


#a050ac Background Color

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

This div background color is #a050ac


#a050ac Border Color

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

This div border color is #a050ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,80,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a050ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a050ac;
  -webkit-box-shadow: 1px 1px 3px 2px #a050ac;
  box-shadow:         1px 1px 3px 2px #a050ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,80,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a050ac


Comments

No comments written yet.

Please login to write comment.