Color Hex Logo

#ac68fc Color Hex

#AC68FC
(172,104,252)
0 Favorites   0 Comments

Color spaces of #ac68fc

RGB 172104252
HSL0.740.960.70
HSV268°59°99°
CMYK 0.320.590.00   0.01
XYZ39.534325.699694.9723
Yxy25.69960.24680.1604
Hunter Lab50.694850.4873-75.5884
CIE-Lab57.750855.3432-63.9353

#ac68fc color RGB value is (172,104,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101000 11111100
Octal 254 150 374
Decimal 172 104 252
Hex AC 68 FC

RGB Percentages of Color #ac68fc

%32.58
%19.70
%47.73

CMYK Percentages of Color #ac68fc

%32
%59
%0
%1

Triadic Colors of #ac68fc

#ac68fc #fcac68 #68fcac

Analogous Colors of #ac68fc

#ac68fc #f668fc #686efc

Monochromatic Colors of #ac68fc

#ac68fc

Complementary Color

#ac68fc #b8fc68

#ac68fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac68fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac68fc Color CSS Codes

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

#ac68fc Text Font Color

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

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


#ac68fc Background Color

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

This div background color is #ac68fc


#ac68fc Border Color

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

This div border color is #ac68fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,104,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 #ac68fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac68fc

Related Colors


Comments

No comments written yet.

Please login to write comment.