Color Hex Logo

#ac306f Color Hex

#AC306F
(172,48,111)
0 Favorites   0 Comments

Color spaces of #ac306f

RGB 17248111
HSL0.920.560.43
HSV330°72°67°
CMYK 0.000.720.35   0.33
XYZ20.939512.032316.2578
Yxy12.03230.42530.2444
Hunter Lab34.687647.0499-3.5074
CIE-Lab41.267455.1385-7.3668

#ac306f color RGB value is (172,48,111).

#ac306f hex color red value is 172, green value is 48 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ac306f hue: 0.92 , saturation: 0.56 and the lightness value of ac306f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110000 01101111
Octal 254 60 157
Decimal 172 48 111
Hex AC 30 6F

RGB Percentages of Color #ac306f

%51.96
%14.50
%33.53

CMYK Percentages of Color #ac306f

%0
%72
%35
%33

Triadic Colors of #ac306f

#ac306f #6fac30 #306fac

Analogous Colors of #ac306f

#ac306f #ac3031 #ab30ac

Monochromatic Colors of #ac306f

#ac306f

Complementary Color

#ac306f #30ac6d

#ac306f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac306f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac306f Color CSS Codes

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

#ac306f Text Font Color

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

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


#ac306f Background Color

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

This div background color is #ac306f


#ac306f Border Color

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

This div border color is #ac306f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,48,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 #ac306f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac306f


Comments

No comments written yet.

Please login to write comment.