Color Hex Logo

#ac055b Color Hex

#AC055B
(172,5,91)
0 Favorites   0 Comments

Color spaces of #ac055b

RGB 172591
HSL0.910.940.35
HSV329°97°67°
CMYK 0.000.970.47   0.33
XYZ18.95599.634510.7581
Yxy9.63450.48170.2449
Hunter Lab31.039554.69131.1781
CIE-Lab37.178362.9104-0.7736

#ac055b color RGB value is (172,5,91).

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

The process color (four color CMYK) of #ac055b color hex is 0.00, 0.97, 0.47, 0.33. Web safe color of #ac055b is #990066. Color #ac055b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000101 01011011
Octal 254 5 133
Decimal 172 5 91
Hex AC 5 5B

RGB Percentages of Color #ac055b

%64.18
%1.87
%33.96

CMYK Percentages of Color #ac055b

%0
%97
%47
%33

Triadic Colors of #ac055b

#ac055b #5bac05 #055bac

Analogous Colors of #ac055b

#ac055b #ac0508 #aa05ac

Monochromatic Colors of #ac055b

#ac055b

Complementary Color

#ac055b #05ac56

#ac055b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac055b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac055b Color CSS Codes

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

#ac055b Text Font Color

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

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


#ac055b Background Color

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

This div background color is #ac055b


#ac055b Border Color

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

This div border color is #ac055b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac055b


Comments

No comments written yet.

Please login to write comment.