Color Hex Logo

#ac0bac Color Hex

#AC0BAC
(172,11,172)
0 Favorites   0 Comments

Color spaces of #ac0bac

RGB 17211172
HSL0.830.880.36
HSV300°94°67°
CMYK 0.000.940.00   0.33
XYZ24.579311.988640.0483
Yxy11.98860.32080.1565
Hunter Lab34.624666.1207-44.3403
CIE-Lab41.198072.0089-44.6801

#ac0bac color RGB value is (172,11,172).

#ac0bac hex color red value is 172, green value is 11 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ac0bac hue: 0.83 , saturation: 0.88 and the lightness value of ac0bac is 0.36.

The process color (four color CMYK) of #ac0bac color hex is 0.00, 0.94, 0.00, 0.33. Web safe color of #ac0bac is #990099. Color #ac0bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001011 10101100
Octal 254 13 254
Decimal 172 11 172
Hex AC B AC

RGB Percentages of Color #ac0bac

%48.45
%3.10
%48.45

CMYK Percentages of Color #ac0bac

%0
%94
%0
%33

Triadic Colors of #ac0bac

#ac0bac #acac0b #0bacac

Analogous Colors of #ac0bac

#ac0bac #ac0b5c #5b0bac

Monochromatic Colors of #ac0bac

#ac0bac

Complementary Color

#ac0bac #0bac0b

#ac0bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0bac Color CSS Codes

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

#ac0bac Text Font Color

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

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


#ac0bac Background Color

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

This div background color is #ac0bac


#ac0bac Border Color

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

This div border color is #ac0bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0bac


Comments

No comments written yet.

Please login to write comment.