Color Hex Logo

#ac308a Color Hex

#AC308A
(172,48,138)
0 Favorites   0 Comments

Color spaces of #ac308a

RGB 17248138
HSL0.880.560.43
HSV316°72°67°
CMYK 0.000.720.20   0.33
XYZ22.657712.719525.3057
Yxy12.71950.37340.2096
Hunter Lab35.664450.9888-17.1042
CIE-Lab42.337558.5695-22.3834

#ac308a color RGB value is (172,48,138).

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

The process color (four color CMYK) of #ac308a color hex is 0.00, 0.72, 0.20, 0.33. Web safe color of #ac308a is #993399. Color #ac308a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110000 10001010
Octal 254 60 212
Decimal 172 48 138
Hex AC 30 8A

RGB Percentages of Color #ac308a

%48.04
%13.41
%38.55

CMYK Percentages of Color #ac308a

%0
%72
%20
%33

Triadic Colors of #ac308a

#ac308a #8aac30 #308aac

Analogous Colors of #ac308a

#ac308a #ac304c #9030ac

Monochromatic Colors of #ac308a

#ac308a

Complementary Color

#ac308a #30ac52

#ac308a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac308a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac308a Color CSS Codes

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

#ac308a Text Font Color

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

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


#ac308a Background Color

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

This div background color is #ac308a


#ac308a Border Color

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

This div border color is #ac308a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac308a


Comments

No comments written yet.

Please login to write comment.