Color Hex Logo

#ac2258 Color Hex

#AC2258
(172,34,88)
0 Favorites   0 Comments

Color spaces of #ac2258

RGB 1723488
HSL0.930.670.40
HSV337°80°67°
CMYK 0.000.800.49   0.33
XYZ19.346710.619310.2626
Yxy10.61930.48090.2640
Hunter Lab32.587348.94584.1391
CIE-Lab38.931757.34643.6915

#ac2258 color RGB value is (172,34,88).

#ac2258 hex color red value is 172, green value is 34 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ac2258 hue: 0.93 , saturation: 0.67 and the lightness value of ac2258 is 0.40.

The process color (four color CMYK) of #ac2258 color hex is 0.00, 0.80, 0.49, 0.33. Web safe color of #ac2258 is #993366. Color #ac2258 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100010 01011000
Octal 254 42 130
Decimal 172 34 88
Hex AC 22 58

RGB Percentages of Color #ac2258

%58.50
%11.56
%29.93

CMYK Percentages of Color #ac2258

%0
%80
%49
%33

Triadic Colors of #ac2258

#ac2258 #58ac22 #2258ac

Analogous Colors of #ac2258

#ac2258 #ac3122 #ac229d

Monochromatic Colors of #ac2258

#ac2258

Complementary Color

#ac2258 #22ac76

#ac2258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2258 Color CSS Codes

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

#ac2258 Text Font Color

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

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


#ac2258 Background Color

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

This div background color is #ac2258


#ac2258 Border Color

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

This div border color is #ac2258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2258

#ac2258 Color Palettes


Comments

No comments written yet.

Please login to write comment.