color codes Logo

#ac3d6a color codes

#AC3D6A
(172,61,106)
0 Favorites   0 Comments

Color spaces of #ac3d6a

RGB 17261106
HSL0.930.480.46
HSV336°65°67°
CMYK 0.000.650.38   0.33
XYZ21.283513.148815.0519
Yxy13.14880.43010.2657
Hunter Lab36.261341.31310.7719
CIE-Lab42.986649.3729-1.7116

#ac3d6a color RGB value is (172,61,106).

#ac3d6a hex color red value is 172, green value is 61 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ac3d6a hue: 0.93 , saturation: 0.48 and the lightness value of ac3d6a is 0.46.

The process color (four color CMYK) of #ac3d6a color code is 0.00, 0.65, 0.38, 0.33. Web safe color of #ac3d6a is #993366. Color #ac3d6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111101 01101010
Octal 254 75 152
Decimal 172 61 106
Hex AC 3D 6A

RGB Percentages of Color #ac3d6a

%50.74
%17.99
%31.27

CMYK Percentages of Color #ac3d6a

%0
%65
%38
%33

Triadic Colors of #ac3d6a

#ac3d6a #6aac3d #3d6aac

Analogous Colors of #ac3d6a

#ac3d6a #ac473d #ac3da2

Monochromatic Colors of #ac3d6a

#ac3d6a

Complementary Color

#ac3d6a #3dac7f

#ac3d6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac3d6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac3d6a Color CSS Codes

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

#ac3d6a Text Font Color

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

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


#ac3d6a Background Color

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

This div background color is #ac3d6a


#ac3d6a Border Color

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

This div border color is #ac3d6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac3d6a


Comments

No comments written yet.

Please login to write comment.