Color Hex Logo

#ac249b Color Hex

#AC249B
(172,36,155)
0 Favorites   0 Comments

Color spaces of #ac249b

RGB 17236155
HSL0.850.650.41
HSV308°79°67°
CMYK 0.000.790.10   0.33
XYZ23.560512.399032.1618
Yxy12.39900.34590.1820
Hunter Lab35.212257.8130-29.5052
CIE-Lab41.843464.7637-33.4657

#ac249b color RGB value is (172,36,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100100 10011011
Octal 254 44 233
Decimal 172 36 155
Hex AC 24 9B

RGB Percentages of Color #ac249b

%47.38
%9.92
%42.70

CMYK Percentages of Color #ac249b

%0
%79
%10
%33

Triadic Colors of #ac249b

#ac249b #9bac24 #249bac

Analogous Colors of #ac249b

#ac249b #ac2457 #7924ac

Monochromatic Colors of #ac249b

#ac249b

Complementary Color

#ac249b #24ac35

#ac249b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac249b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac249b Color CSS Codes

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

#ac249b Text Font Color

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

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


#ac249b Background Color

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

This div background color is #ac249b


#ac249b Border Color

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

This div border color is #ac249b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac249b


Comments

No comments written yet.

Please login to write comment.