Color Hex Logo

#ac627d Color Hex

#AC627D
(172,98,125)
0 Favorites   0 Comments

Color spaces of #ac627d

RGB 17298125
HSL0.940.310.53
HSV338°43°67°
CMYK 0.000.430.27   0.33
XYZ25.082618.986721.7448
Yxy18.98670.38110.2885
Hunter Lab43.573726.49700.9138
CIE-Lab50.671633.3339-1.9526

#ac627d color RGB value is (172,98,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100010 01111101
Octal 254 142 175
Decimal 172 98 125
Hex AC 62 7D

RGB Percentages of Color #ac627d

%43.54
%24.81
%31.65

CMYK Percentages of Color #ac627d

%0
%43
%27
%33

Triadic Colors of #ac627d

#ac627d #7dac62 #627dac

Analogous Colors of #ac627d

#ac627d #ac6c62 #ac62a2

Monochromatic Colors of #ac627d

#ac627d

Complementary Color

#ac627d #62ac91

#ac627d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac627d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac627d Color CSS Codes

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

#ac627d Text Font Color

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

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


#ac627d Background Color

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

This div background color is #ac627d


#ac627d Border Color

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

This div border color is #ac627d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac627d


Comments

No comments written yet.

Please login to write comment.