Color Hex Logo

#ac4a7f Color Hex

#AC4A7F
(172,74,127)
0 Favorites   0 Comments

Color spaces of #ac4a7f

RGB 17274127
HSL0.910.400.48
HSV328°57°67°
CMYK 0.000.570.26   0.33
XYZ23.292815.200521.7850
Yxy15.20050.38640.2522
Hunter Lab38.987838.4140-5.8377
CIE-Lab45.907646.0513-10.2385

#ac4a7f color RGB value is (172,74,127).

#ac4a7f hex color red value is 172, green value is 74 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ac4a7f hue: 0.91 , saturation: 0.40 and the lightness value of ac4a7f is 0.48.

The process color (four color CMYK) of #ac4a7f color hex is 0.00, 0.57, 0.26, 0.33. Web safe color of #ac4a7f is #993366. Color #ac4a7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001010 01111111
Octal 254 112 177
Decimal 172 74 127
Hex AC 4A 7F

RGB Percentages of Color #ac4a7f

%46.11
%19.84
%34.05

CMYK Percentages of Color #ac4a7f

%0
%57
%26
%33

Triadic Colors of #ac4a7f

#ac4a7f #7fac4a #4a7fac

Analogous Colors of #ac4a7f

#ac4a7f #ac4a4e #a84aac

Monochromatic Colors of #ac4a7f

#ac4a7f

Complementary Color

#ac4a7f #4aac77

#ac4a7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4a7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4a7f Color CSS Codes

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

#ac4a7f Text Font Color

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

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


#ac4a7f Background Color

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

This div background color is #ac4a7f


#ac4a7f Border Color

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

This div border color is #ac4a7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4a7f


Comments

No comments written yet.

Please login to write comment.