Color Hex Logo

#ac627a Color Hex

#AC627A
(172,98,122)
0 Favorites   0 Comments

Color spaces of #ac627a

RGB 17298122
HSL0.950.310.53
HSV341°43°67°
CMYK 0.000.430.29   0.33
XYZ24.893818.911220.7505
Yxy18.91120.38560.2929
Hunter Lab43.487026.07872.1498
CIE-Lab50.583232.9086-0.2955

#ac627a color RGB value is (172,98,122).

#ac627a hex color red value is 172, green value is 98 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ac627a hue: 0.95 , saturation: 0.31 and the lightness value of ac627a is 0.53.

The process color (four color CMYK) of #ac627a color hex is 0.00, 0.43, 0.29, 0.33. Web safe color of #ac627a is #996666. Color #ac627a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100010 01111010
Octal 254 142 172
Decimal 172 98 122
Hex AC 62 7A

RGB Percentages of Color #ac627a

%43.88
%25.00
%31.12

CMYK Percentages of Color #ac627a

%0
%43
%29
%33

Triadic Colors of #ac627a

#ac627a #7aac62 #627aac

Analogous Colors of #ac627a

#ac627a #ac6f62 #ac629f

Monochromatic Colors of #ac627a

#ac627a

Complementary Color

#ac627a #62ac94

#ac627a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac627a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac627a Color CSS Codes

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

#ac627a Text Font Color

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

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


#ac627a Background Color

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

This div background color is #ac627a


#ac627a Border Color

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

This div border color is #ac627a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac627a


Comments

No comments written yet.

Please login to write comment.