Color Hex Logo

#ac037b Color Hex

#AC037B
(172,3,123)
0 Favorites   0 Comments

Color spaces of #ac037b

RGB 1723123
HSL0.880.970.34
HSV317°98°67°
CMYK 0.000.980.28   0.33
XYZ20.621010.265819.6336
Yxy10.26580.40820.2032
Hunter Lab32.040358.8114-13.9034
CIE-Lab38.315366.3241-19.3438

#ac037b color RGB value is (172,3,123).

#ac037b hex color red value is 172, green value is 3 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ac037b hue: 0.88 , saturation: 0.97 and the lightness value of ac037b is 0.34.

The process color (four color CMYK) of #ac037b color hex is 0.00, 0.98, 0.28, 0.33. Web safe color of #ac037b is #990066. Color #ac037b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000011 01111011
Octal 254 3 173
Decimal 172 3 123
Hex AC 3 7B

RGB Percentages of Color #ac037b

%57.72
%1.01
%41.28

CMYK Percentages of Color #ac037b

%0
%98
%28
%33

Triadic Colors of #ac037b

#ac037b #7bac03 #037bac

Analogous Colors of #ac037b

#ac037b #ac0326 #8903ac

Monochromatic Colors of #ac037b

#ac037b

Complementary Color

#ac037b #03ac34

#ac037b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac037b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac037b Color CSS Codes

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

#ac037b Text Font Color

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

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


#ac037b Background Color

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

This div background color is #ac037b


#ac037b Border Color

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

This div border color is #ac037b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac037b


Comments

No comments written yet.

Please login to write comment.