Color Hex Logo

#a078ac Color Hex

#A078AC
(160,120,172)
1 Favorites   0 Comments

Color spaces of #a078ac

RGB 160120172
HSL0.790.240.57
HSV286°30°67°
CMYK 0.070.300.00   0.33
XYZ28.660123.885142.1295
Yxy23.88510.30270.2523
Hunter Lab48.872419.1506-16.8991
CIE-Lab55.972625.0602-21.6471

#a078ac color RGB value is (160,120,172).

#a078ac hex color red value is 160, green value is 120 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a078ac hue: 0.79 , saturation: 0.24 and the lightness value of a078ac is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111000 10101100
Octal 240 170 254
Decimal 160 120 172
Hex A0 78 AC

RGB Percentages of Color #a078ac

%35.40
%26.55
%38.05

CMYK Percentages of Color #a078ac

%7
%30
%0
%33

Triadic Colors of #a078ac

#a078ac #aca078 #78aca0

Analogous Colors of #a078ac

#a078ac #ac789e #8678ac

Monochromatic Colors of #a078ac

#a078ac

Complementary Color

#a078ac #84ac78

#a078ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a078ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a078ac Color CSS Codes

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

#a078ac Text Font Color

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

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


#a078ac Background Color

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

This div background color is #a078ac


#a078ac Border Color

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

This div border color is #a078ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a078ac


Comments

No comments written yet.

Please login to write comment.