Color Hex Logo

#ac625e Color Hex

#AC625E
(172,98,94)
0 Favorites   0 Comments

Color spaces of #ac625e

RGB 1729894
HSL0.010.320.52
HSV45°67°
CMYK 0.000.430.45   0.33
XYZ23.401318.314212.8913
Yxy18.31420.42850.3354
Hunter Lab42.795122.716312.0965
CIE-Lab49.875029.435515.3706

#ac625e color RGB value is (172,98,94).

#ac625e hex color red value is 172, green value is 98 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ac625e hue: 0.01 , saturation: 0.32 and the lightness value of ac625e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100010 01011110
Octal 254 142 136
Decimal 172 98 94
Hex AC 62 5E

RGB Percentages of Color #ac625e

%47.25
%26.92
%25.82

CMYK Percentages of Color #ac625e

%0
%43
%45
%33

Triadic Colors of #ac625e

#ac625e #5eac62 #625eac

Analogous Colors of #ac625e

#ac625e #ac895e #ac5e81

Monochromatic Colors of #ac625e

#ac625e

Complementary Color

#ac625e #5ea8ac

#ac625e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac625e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac625e Color CSS Codes

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

#ac625e Text Font Color

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

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


#ac625e Background Color

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

This div background color is #ac625e


#ac625e Border Color

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

This div border color is #ac625e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac625e


Comments

No comments written yet.

Please login to write comment.