Color Hex Logo

#ac253d Color Hex

#AC253D
(172,37,61)
0 Favorites   0 Comments

Color spaces of #ac253d

RGB 1723761
HSL0.970.650.41
HSV349°78°67°
CMYK 0.000.780.65   0.33
XYZ18.517110.43075.4522
Yxy10.43070.53830.3032
Hunter Lab32.296645.823112.5985
CIE-Lab38.604654.490920.4289

#ac253d color RGB value is (172,37,61).

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

The process color (four color CMYK) of #ac253d color hex is 0.00, 0.78, 0.65, 0.33. Web safe color of #ac253d is #993333. Color #ac253d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100101 00111101
Octal 254 45 75
Decimal 172 37 61
Hex AC 25 3D

RGB Percentages of Color #ac253d

%63.70
%13.70
%22.59

CMYK Percentages of Color #ac253d

%0
%78
%65
%33

Triadic Colors of #ac253d

#ac253d #3dac25 #253dac

Analogous Colors of #ac253d

#ac253d #ac5125 #ac2581

Monochromatic Colors of #ac253d

#ac253d

Complementary Color

#ac253d #25ac94

#ac253d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac253d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac253d Color CSS Codes

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

#ac253d Text Font Color

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

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


#ac253d Background Color

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

This div background color is #ac253d


#ac253d Border Color

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

This div border color is #ac253d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac253d


Comments

No comments written yet.

Please login to write comment.