Color Hex Logo

#ac678d Color Hex

#AC678D
(172,103,141)
0 Favorites   0 Comments

Color spaces of #ac678d

RGB 172103141
HSL0.910.290.54
HSV327°40°67°
CMYK 0.000.400.18   0.33
XYZ26.671220.394227.7301
Yxy20.39420.35660.2727
Hunter Lab45.159926.3912-4.7946
CIE-Lab52.280033.0339-9.0490

#ac678d color RGB value is (172,103,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100111 10001101
Octal 254 147 215
Decimal 172 103 141
Hex AC 67 8D

RGB Percentages of Color #ac678d

%41.35
%24.76
%33.89

CMYK Percentages of Color #ac678d

%0
%40
%18
%33

Triadic Colors of #ac678d

#ac678d #8dac67 #678dac

Analogous Colors of #ac678d

#ac678d #ac676b #a967ac

Monochromatic Colors of #ac678d

#ac678d

Complementary Color

#ac678d #67ac86

#ac678d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac678d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac678d Color CSS Codes

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

#ac678d Text Font Color

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

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


#ac678d Background Color

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

This div background color is #ac678d


#ac678d Border Color

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

This div border color is #ac678d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac678d


Comments

No comments written yet.

Please login to write comment.