Color Hex Logo

#ac70fc Color Hex

#AC70FC
(172,112,252)
0 Favorites   0 Comments

Color spaces of #ac70fc

RGB 172112252
HSL0.740.960.71
HSV266°56°99°
CMYK 0.320.560.00   0.01
XYZ40.378127.387395.2536
Yxy27.38730.24770.1680
Hunter Lab52.332946.1414-71.2836
CIE-Lab59.331151.1682-61.3992

#ac70fc color RGB value is (172,112,252).

#ac70fc hex color red value is 172, green value is 112 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ac70fc hue: 0.74 , saturation: 0.96 and the lightness value of ac70fc is 0.71.

The process color (four color CMYK) of #ac70fc color hex is 0.32, 0.56, 0.00, 0.01. Web safe color of #ac70fc is #9966ff. Color #ac70fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110000 11111100
Octal 254 160 374
Decimal 172 112 252
Hex AC 70 FC

RGB Percentages of Color #ac70fc

%32.09
%20.90
%47.01

CMYK Percentages of Color #ac70fc

%32
%56
%0
%1

Triadic Colors of #ac70fc

#ac70fc #fcac70 #70fcac

Analogous Colors of #ac70fc

#ac70fc #f270fc #707afc

Monochromatic Colors of #ac70fc

#ac70fc

Complementary Color

#ac70fc #c0fc70

#ac70fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac70fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac70fc Color CSS Codes

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

#ac70fc Text Font Color

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

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


#ac70fc Background Color

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

This div background color is #ac70fc


#ac70fc Border Color

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

This div border color is #ac70fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac70fc


Comments

No comments written yet.

Please login to write comment.