Color Hex Logo

#ac203f Color Hex

#AC203F
(172,32,63)
0 Favorites   0 Comments

Color spaces of #ac203f

RGB 1723263
HSL0.960.690.40
HSV347°81°67°
CMYK 0.000.810.63   0.33
XYZ18.427010.16265.6930
Yxy10.16260.53750.2964
Hunter Lab31.878847.390811.7270
CIE-Lab38.132756.054018.5456

#ac203f color RGB value is (172,32,63).

#ac203f hex color red value is 172, green value is 32 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ac203f hue: 0.96 , saturation: 0.69 and the lightness value of ac203f is 0.40.

The process color (four color CMYK) of #ac203f color hex is 0.00, 0.81, 0.63, 0.33. Web safe color of #ac203f is #993333. Color #ac203f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100000 00111111
Octal 254 40 77
Decimal 172 32 63
Hex AC 20 3F

RGB Percentages of Color #ac203f

%64.42
%11.99
%23.60

CMYK Percentages of Color #ac203f

%0
%81
%63
%33

Triadic Colors of #ac203f

#ac203f #3fac20 #203fac

Analogous Colors of #ac203f

#ac203f #ac4720 #ac2085

Monochromatic Colors of #ac203f

#ac203f

Complementary Color

#ac203f #20ac8d

#ac203f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac203f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac203f Color CSS Codes

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

#ac203f Text Font Color

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

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


#ac203f Background Color

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

This div background color is #ac203f


#ac203f Border Color

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

This div border color is #ac203f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac203f


Comments

No comments written yet.

Please login to write comment.