Color Hex Logo

#ac778d Color Hex

#AC778D
(172,119,141)
0 Favorites   0 Comments

Color spaces of #ac778d

RGB 172119141
HSL0.930.240.57
HSV335°31°67°
CMYK 0.000.310.18   0.33
XYZ28.417823.887428.3122
Yxy23.88740.35250.2963
Hunter Lab48.874718.2565-0.1332
CIE-Lab55.974924.1027-3.5594

#ac778d color RGB value is (172,119,141).

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

The process color (four color CMYK) of #ac778d color hex is 0.00, 0.31, 0.18, 0.33. Web safe color of #ac778d is #996699. Color #ac778d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110111 10001101
Octal 254 167 215
Decimal 172 119 141
Hex AC 77 8D

RGB Percentages of Color #ac778d

%39.81
%27.55
%32.64

CMYK Percentages of Color #ac778d

%0
%31
%18
%33

Triadic Colors of #ac778d

#ac778d #8dac77 #778dac

Analogous Colors of #ac778d

#ac778d #ac7c77 #ac77a8

Monochromatic Colors of #ac778d

#ac778d

Complementary Color

#ac778d #77ac96

#ac778d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac778d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac778d Color CSS Codes

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

#ac778d Text Font Color

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

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


#ac778d Background Color

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

This div background color is #ac778d


#ac778d Border Color

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

This div border color is #ac778d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac778d


Comments

No comments written yet.

Please login to write comment.