Color Hex Logo

#ac4658 Color Hex

#AC4658
(172,70,88)
0 Favorites   0 Comments

Color spaces of #ac4658

RGB 1727088
HSL0.970.420.47
HSV349°59°67°
CMYK 0.000.590.49   0.33
XYZ20.964913.855610.8019
Yxy13.85560.45950.3037
Hunter Lab37.223135.39488.8506
CIE-Lab44.025143.373810.9060

#ac4658 color RGB value is (172,70,88).

#ac4658 hex color red value is 172, green value is 70 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ac4658 hue: 0.97 , saturation: 0.42 and the lightness value of ac4658 is 0.47.

The process color (four color CMYK) of #ac4658 color hex is 0.00, 0.59, 0.49, 0.33. Web safe color of #ac4658 is #993366. Color #ac4658 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000110 01011000
Octal 254 106 130
Decimal 172 70 88
Hex AC 46 58

RGB Percentages of Color #ac4658

%52.12
%21.21
%26.67

CMYK Percentages of Color #ac4658

%0
%59
%49
%33

Triadic Colors of #ac4658

#ac4658 #58ac46 #4658ac

Analogous Colors of #ac4658

#ac4658 #ac6746 #ac468b

Monochromatic Colors of #ac4658

#ac4658

Complementary Color

#ac4658 #46ac9a

#ac4658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4658 Color CSS Codes

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

#ac4658 Text Font Color

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

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


#ac4658 Background Color

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

This div background color is #ac4658


#ac4658 Border Color

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

This div border color is #ac4658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4658


Comments

No comments written yet.

Please login to write comment.