Color Hex Logo

#ac709b Color Hex

#AC709B
(172,112,155)
0 Favorites   0 Comments

Color spaces of #ac709b

RGB 172112155
HSL0.880.270.56
HSV317°35°67°
CMYK 0.000.350.10   0.33
XYZ28.723822.725633.8829
Yxy22.72560.33660.2663
Hunter Lab47.671424.1281-8.7710
CIE-Lab54.788630.4119-13.4812

#ac709b color RGB value is (172,112,155).

#ac709b hex color red value is 172, green value is 112 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ac709b hue: 0.88 , saturation: 0.27 and the lightness value of ac709b is 0.56.

The process color (four color CMYK) of #ac709b color hex is 0.00, 0.35, 0.10, 0.33. Web safe color of #ac709b is #996699. Color #ac709b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110000 10011011
Octal 254 160 233
Decimal 172 112 155
Hex AC 70 9B

RGB Percentages of Color #ac709b

%39.18
%25.51
%35.31

CMYK Percentages of Color #ac709b

%0
%35
%10
%33

Triadic Colors of #ac709b

#ac709b #9bac70 #709bac

Analogous Colors of #ac709b

#ac709b #ac707d #9f70ac

Monochromatic Colors of #ac709b

#ac709b

Complementary Color

#ac709b #70ac81

#ac709b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac709b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac709b Color CSS Codes

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

#ac709b Text Font Color

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

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


#ac709b Background Color

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

This div background color is #ac709b


#ac709b Border Color

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

This div border color is #ac709b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac709b


Comments

No comments written yet.

Please login to write comment.