Color Hex Logo

#ac7a94 Color Hex

#AC7A94
(172,122,148)
0 Favorites   0 Comments

Color spaces of #ac7a94

RGB 172122148
HSL0.910.230.58
HSV329°29°67°
CMYK 0.000.290.14   0.33
XYZ29.318124.827831.2640
Yxy24.82780.34330.2907
Hunter Lab49.827517.8298-2.3219
CIE-Lab56.907323.5779-6.2424

#ac7a94 color RGB value is (172,122,148).

#ac7a94 hex color red value is 172, green value is 122 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ac7a94 hue: 0.91 , saturation: 0.23 and the lightness value of ac7a94 is 0.58.

The process color (four color CMYK) of #ac7a94 color hex is 0.00, 0.29, 0.14, 0.33. Web safe color of #ac7a94 is #996699. Color #ac7a94 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111010 10010100
Octal 254 172 224
Decimal 172 122 148
Hex AC 7A 94

RGB Percentages of Color #ac7a94

%38.91
%27.60
%33.48

CMYK Percentages of Color #ac7a94

%0
%29
%14
%33

Triadic Colors of #ac7a94

#ac7a94 #94ac7a #7a94ac

Analogous Colors of #ac7a94

#ac7a94 #ac7a7b #ab7aac

Monochromatic Colors of #ac7a94

#ac7a94

Complementary Color

#ac7a94 #7aac92

#ac7a94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7a94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7a94 Color CSS Codes

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

#ac7a94 Text Font Color

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

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


#ac7a94 Background Color

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

This div background color is #ac7a94


#ac7a94 Border Color

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

This div border color is #ac7a94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7a94


Comments

No comments written yet.

Please login to write comment.