Color Hex Logo

#ac075e Color Hex

#AC075E
(172,7,94)
0 Favorites   0 Comments

Color spaces of #ac075e

RGB 172794
HSL0.910.920.35
HSV328°96°67°
CMYK 0.000.960.45   0.33
XYZ19.10969.730811.4607
Yxy9.73080.47420.2415
Hunter Lab31.194254.75930.0529
CIE-Lab37.354962.9367-2.4396

#ac075e color RGB value is (172,7,94).

#ac075e hex color red value is 172, green value is 7 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ac075e hue: 0.91 , saturation: 0.92 and the lightness value of ac075e is 0.35.

The process color (four color CMYK) of #ac075e color hex is 0.00, 0.96, 0.45, 0.33. Web safe color of #ac075e is #990066. Color #ac075e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000111 01011110
Octal 254 7 136
Decimal 172 7 94
Hex AC 7 5E

RGB Percentages of Color #ac075e

%63.00
%2.56
%34.43

CMYK Percentages of Color #ac075e

%0
%96
%45
%33

Triadic Colors of #ac075e

#ac075e #5eac07 #075eac

Analogous Colors of #ac075e

#ac075e #ac070c #a807ac

Monochromatic Colors of #ac075e

#ac075e

Complementary Color

#ac075e #07ac55

#ac075e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac075e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac075e Color CSS Codes

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

#ac075e Text Font Color

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

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


#ac075e Background Color

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

This div background color is #ac075e


#ac075e Border Color

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

This div border color is #ac075e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac075e


Comments

No comments written yet.

Please login to write comment.