Color Hex Logo

#ac438c Color Hex

#AC438C
(172,67,140)
0 Favorites   0 Comments

Color spaces of #ac438c

RGB 17267140
HSL0.880.440.47
HSV318°61°67°
CMYK 0.000.610.19   0.33
XYZ23.754014.678426.3922
Yxy14.67840.36640.2264
Hunter Lab38.312443.6248-14.0243
CIE-Lab45.190551.1937-19.1997

#ac438c color RGB value is (172,67,140).

#ac438c hex color red value is 172, green value is 67 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ac438c hue: 0.88 , saturation: 0.44 and the lightness value of ac438c is 0.47.

The process color (four color CMYK) of #ac438c color hex is 0.00, 0.61, 0.19, 0.33. Web safe color of #ac438c is #993399. Color #ac438c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000011 10001100
Octal 254 103 214
Decimal 172 67 140
Hex AC 43 8C

RGB Percentages of Color #ac438c

%45.38
%17.68
%36.94

CMYK Percentages of Color #ac438c

%0
%61
%19
%33

Triadic Colors of #ac438c

#ac438c #8cac43 #438cac

Analogous Colors of #ac438c

#ac438c #ac4357 #9843ac

Monochromatic Colors of #ac438c

#ac438c

Complementary Color

#ac438c #43ac63

#ac438c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac438c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac438c Color CSS Codes

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

#ac438c Text Font Color

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

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


#ac438c Background Color

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

This div background color is #ac438c


#ac438c Border Color

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

This div border color is #ac438c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac438c


Comments

No comments written yet.

Please login to write comment.