Color Hex Logo

#ac426f Color Hex

#AC426F
(172,66,111)
0 Favorites   0 Comments

Color spaces of #ac426f

RGB 17266111
HSL0.930.450.47
HSV335°62°67°
CMYK 0.000.620.35   0.33
XYZ21.830713.814816.5548
Yxy13.81480.41820.2646
Hunter Lab37.168339.7971-0.3901
CIE-Lab43.966247.7308-3.3560

#ac426f color RGB value is (172,66,111).

#ac426f hex color red value is 172, green value is 66 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ac426f hue: 0.93 , saturation: 0.45 and the lightness value of ac426f is 0.47.

The process color (four color CMYK) of #ac426f color hex is 0.00, 0.62, 0.35, 0.33. Web safe color of #ac426f is #993366. Color #ac426f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000010 01101111
Octal 254 102 157
Decimal 172 66 111
Hex AC 42 6F

RGB Percentages of Color #ac426f

%49.28
%18.91
%31.81

CMYK Percentages of Color #ac426f

%0
%62
%35
%33

Triadic Colors of #ac426f

#ac426f #6fac42 #426fac

Analogous Colors of #ac426f

#ac426f #ac4a42 #ac42a4

Monochromatic Colors of #ac426f

#ac426f

Complementary Color

#ac426f #42ac7f

#ac426f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac426f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac426f Color CSS Codes

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

#ac426f Text Font Color

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

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


#ac426f Background Color

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

This div background color is #ac426f


#ac426f Border Color

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

This div border color is #ac426f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac426f


Comments

No comments written yet.

Please login to write comment.