Color Hex Logo

#ac0cfe Color Hex

#AC0CFE
(172,12,254)
0 Favorites   0 Comments

Color spaces of #ac0cfe

RGB 17212254
HSL0.780.990.52
HSV280°95°100°
CMYK 0.320.950.00   0.00
XYZ35.034116.189495.0443
Yxy16.18940.23950.1107
Hunter Lab40.236185.0094-111.8877
CIE-Lab47.222085.9900-82.1367

#ac0cfe color RGB value is (172,12,254).

#ac0cfe hex color red value is 172, green value is 12 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ac0cfe hue: 0.78 , saturation: 0.99 and the lightness value of ac0cfe is 0.52.

The process color (four color CMYK) of #ac0cfe color hex is 0.32, 0.95, 0.00, 0.00. Web safe color of #ac0cfe is #9900ff. Color #ac0cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001100 11111110
Octal 254 14 376
Decimal 172 12 254
Hex AC C FE

RGB Percentages of Color #ac0cfe

%39.27
%2.74
%57.99

CMYK Percentages of Color #ac0cfe

%32
%95
%0
%0

Triadic Colors of #ac0cfe

#ac0cfe #feac0c #0cfeac

Analogous Colors of #ac0cfe

#ac0cfe #fe0cd7 #330cfe

Monochromatic Colors of #ac0cfe

#ac0cfe

Complementary Color

#ac0cfe #5efe0c

#ac0cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0cfe Color CSS Codes

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

#ac0cfe Text Font Color

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

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


#ac0cfe Background Color

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

This div background color is #ac0cfe


#ac0cfe Border Color

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

This div border color is #ac0cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.