Color Hex Logo

#ac0cce Color Hex

#AC0CCE
(172,12,206)
0 Favorites   0 Comments

Color spaces of #ac0cce

RGB 17212206
HSL0.800.890.43
HSV289°94°81°
CMYK 0.170.940.00   0.19
XYZ28.285313.489859.5055
Yxy13.48980.27930.1332
Hunter Lab36.728573.1915-70.3486
CIE-Lab43.492277.3870-60.9441

#ac0cce color RGB value is (172,12,206).

#ac0cce hex color red value is 172, green value is 12 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ac0cce hue: 0.80 , saturation: 0.89 and the lightness value of ac0cce is 0.43.

The process color (four color CMYK) of #ac0cce color hex is 0.17, 0.94, 0.00, 0.19. Web safe color of #ac0cce is #9900cc. Color #ac0cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001100 11001110
Octal 254 14 316
Decimal 172 12 206
Hex AC C CE

RGB Percentages of Color #ac0cce

%44.10
%3.08
%52.82

CMYK Percentages of Color #ac0cce

%17
%94
%0
%19

Triadic Colors of #ac0cce

#ac0cce #ceac0c #0cceac

Analogous Colors of #ac0cce

#ac0cce #ce0c8f #4b0cce

Monochromatic Colors of #ac0cce

#ac0cce

Complementary Color

#ac0cce #2ece0c

#ac0cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0cce Color CSS Codes

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

#ac0cce Text Font Color

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

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


#ac0cce Background Color

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

This div background color is #ac0cce


#ac0cce Border Color

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

This div border color is #ac0cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0cce


Comments

No comments written yet.

Please login to write comment.