Color Hex Logo

#a068ac Color Hex

#A068AC
(160,104,172)
0 Favorites   0 Comments

Color spaces of #a068ac

RGB 160104172
HSL0.800.290.54
HSV289°40°67°
CMYK 0.070.400.00   0.33
XYZ26.893920.352841.5407
Yxy20.35280.30290.2292
Hunter Lab45.114127.4597-23.0139
CIE-Lab52.233834.1417-27.4112

#a068ac color RGB value is (160,104,172).

#a068ac hex color red value is 160, green value is 104 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a068ac hue: 0.80 , saturation: 0.29 and the lightness value of a068ac is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101000 10101100
Octal 240 150 254
Decimal 160 104 172
Hex A0 68 AC

RGB Percentages of Color #a068ac

%36.70
%23.85
%39.45

CMYK Percentages of Color #a068ac

%7
%40
%0
%33

Triadic Colors of #a068ac

#a068ac #aca068 #68aca0

Analogous Colors of #a068ac

#a068ac #ac6896 #7e68ac

Monochromatic Colors of #a068ac

#a068ac

Complementary Color

#a068ac #74ac68

#a068ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a068ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a068ac Color CSS Codes

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

#a068ac Text Font Color

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

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


#a068ac Background Color

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

This div background color is #a068ac


#a068ac Border Color

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

This div border color is #a068ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a068ac


Comments

No comments written yet.

Please login to write comment.