Color Hex Logo

#ac2462 Color Hex

#AC2462
(172,36,98)
0 Favorites   0 Comments

Color spaces of #ac2462

RGB 1723698
HSL0.920.650.41
HSV333°79°67°
CMYK 0.000.790.43   0.33
XYZ19.848710.914312.6158
Yxy10.91430.45760.2516
Hunter Lab33.036849.42940.4846
CIE-Lab39.435857.6961-1.9234

#ac2462 color RGB value is (172,36,98).

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

The process color (four color CMYK) of #ac2462 color hex is 0.00, 0.79, 0.43, 0.33. Web safe color of #ac2462 is #993366. Color #ac2462 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100100 01100010
Octal 254 44 142
Decimal 172 36 98
Hex AC 24 62

RGB Percentages of Color #ac2462

%56.21
%11.76
%32.03

CMYK Percentages of Color #ac2462

%0
%79
%43
%33

Triadic Colors of #ac2462

#ac2462 #62ac24 #2462ac

Analogous Colors of #ac2462

#ac2462 #ac2a24 #ac24a6

Monochromatic Colors of #ac2462

#ac2462

Complementary Color

#ac2462 #24ac6e

#ac2462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2462 Color CSS Codes

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

#ac2462 Text Font Color

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

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


#ac2462 Background Color

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

This div background color is #ac2462


#ac2462 Border Color

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

This div border color is #ac2462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2462


Comments

No comments written yet.

Please login to write comment.