Color Hex Logo

#ac306d Color Hex

#AC306D
(172,48,109)
0 Favorites   0 Comments

Color spaces of #ac306d

RGB 17248109
HSL0.920.560.43
HSV330°72°67°
CMYK 0.000.720.37   0.33
XYZ20.830511.988715.6842
Yxy11.98870.42950.2472
Hunter Lab34.624746.7938-2.6197
CIE-Lab41.198254.9121-6.2234

#ac306d color RGB value is (172,48,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110000 01101101
Octal 254 60 155
Decimal 172 48 109
Hex AC 30 6D

RGB Percentages of Color #ac306d

%52.28
%14.59
%33.13

CMYK Percentages of Color #ac306d

%0
%72
%37
%33

Triadic Colors of #ac306d

#ac306d #6dac30 #306dac

Analogous Colors of #ac306d

#ac306d #ac3130 #ac30ab

Monochromatic Colors of #ac306d

#ac306d

Complementary Color

#ac306d #30ac6f

#ac306d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac306d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac306d Color CSS Codes

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

#ac306d Text Font Color

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

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


#ac306d Background Color

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

This div background color is #ac306d


#ac306d Border Color

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

This div border color is #ac306d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac306d


Comments

No comments written yet.

Please login to write comment.