Color Hex Logo

#ac375d Color Hex

#AC375D
(172,55,93)
0 Favorites   0 Comments

Color spaces of #ac375d

RGB 1725593
HSL0.950.520.45
HSV341°68°67°
CMYK 0.000.680.46   0.33
XYZ20.355212.293311.6559
Yxy12.29330.45940.2775
Hunter Lab35.061842.27044.8330
CIE-Lab41.678550.53114.4818

#ac375d color RGB value is (172,55,93).

#ac375d hex color red value is 172, green value is 55 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ac375d hue: 0.95 , saturation: 0.52 and the lightness value of ac375d is 0.45.

The process color (four color CMYK) of #ac375d color hex is 0.00, 0.68, 0.46, 0.33. Web safe color of #ac375d is #993366. Color #ac375d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110111 01011101
Octal 254 67 135
Decimal 172 55 93
Hex AC 37 5D

RGB Percentages of Color #ac375d

%53.75
%17.19
%29.06

CMYK Percentages of Color #ac375d

%0
%68
%46
%33

Triadic Colors of #ac375d

#ac375d #5dac37 #375dac

Analogous Colors of #ac375d

#ac375d #ac4c37 #ac3798

Monochromatic Colors of #ac375d

#ac375d

Complementary Color

#ac375d #37ac86

#ac375d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac375d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac375d Color CSS Codes

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

#ac375d Text Font Color

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

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


#ac375d Background Color

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

This div background color is #ac375d


#ac375d Border Color

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

This div border color is #ac375d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac375d


Comments

No comments written yet.

Please login to write comment.