Color Hex Logo

#ac248b Color Hex

#AC248B
(172,36,139)
0 Favorites   0 Comments

Color spaces of #ac248b

RGB 17236139
HSL0.870.650.41
HSV315°79°67°
CMYK 0.000.790.19   0.33
XYZ22.304311.896525.5468
Yxy11.89650.37330.1991
Hunter Lab34.491355.0698-19.7706
CIE-Lab41.051162.4939-24.9906

#ac248b color RGB value is (172,36,139).

#ac248b hex color red value is 172, green value is 36 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ac248b hue: 0.87 , saturation: 0.65 and the lightness value of ac248b is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100100 10001011
Octal 254 44 213
Decimal 172 36 139
Hex AC 24 8B

RGB Percentages of Color #ac248b

%49.57
%10.37
%40.06

CMYK Percentages of Color #ac248b

%0
%79
%19
%33

Triadic Colors of #ac248b

#ac248b #8bac24 #248bac

Analogous Colors of #ac248b

#ac248b #ac2447 #8924ac

Monochromatic Colors of #ac248b

#ac248b

Complementary Color

#ac248b #24ac45

#ac248b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac248b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac248b Color CSS Codes

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

#ac248b Text Font Color

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

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


#ac248b Background Color

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

This div background color is #ac248b


#ac248b Border Color

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

This div border color is #ac248b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac248b


Comments

No comments written yet.

Please login to write comment.