Color Hex Logo

#ac2275 Color Hex

#AC2275
(172,34,117)
0 Favorites   0 Comments

Color spaces of #ac2275

RGB 17234117
HSL0.900.670.40
HSV324°80°67°
CMYK 0.000.800.32   0.33
XYZ20.796211.199117.8952
Yxy11.19910.41680.2245
Hunter Lab33.465152.3615-8.2794
CIE-Lab39.913860.2826-13.1494

#ac2275 color RGB value is (172,34,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100010 01110101
Octal 254 42 165
Decimal 172 34 117
Hex AC 22 75

RGB Percentages of Color #ac2275

%53.25
%10.53
%36.22

CMYK Percentages of Color #ac2275

%0
%80
%32
%33

Triadic Colors of #ac2275

#ac2275 #75ac22 #2275ac

Analogous Colors of #ac2275

#ac2275 #ac2230 #9e22ac

Monochromatic Colors of #ac2275

#ac2275

Complementary Color

#ac2275 #22ac59

#ac2275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2275 Color CSS Codes

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

#ac2275 Text Font Color

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

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


#ac2275 Background Color

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

This div background color is #ac2275


#ac2275 Border Color

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

This div border color is #ac2275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2275


Comments

No comments written yet.

Please login to write comment.