Color Hex Logo

#ac68fd Color Hex

#AC68FD
(172,104,253)
0 Favorites   0 Comments

Color spaces of #ac68fd

RGB 172104253
HSL0.740.970.70
HSV267°59°99°
CMYK 0.320.590.00   0.01
XYZ39.693225.763195.8092
Yxy25.76310.24610.1598
Hunter Lab50.757450.7649-76.3852
CIE-Lab57.811555.5810-64.3904

#ac68fd color RGB value is (172,104,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101000 11111101
Octal 254 150 375
Decimal 172 104 253
Hex AC 68 FD

RGB Percentages of Color #ac68fd

%32.51
%19.66
%47.83

CMYK Percentages of Color #ac68fd

%32
%59
%0
%1

Triadic Colors of #ac68fd

#ac68fd #fdac68 #68fdac

Analogous Colors of #ac68fd

#ac68fd #f768fd #686ffd

Monochromatic Colors of #ac68fd

#ac68fd

Complementary Color

#ac68fd #b9fd68

#ac68fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac68fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac68fd Color CSS Codes

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

#ac68fd Text Font Color

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

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


#ac68fd Background Color

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

This div background color is #ac68fd


#ac68fd Border Color

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

This div border color is #ac68fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac68fd

Related Colors


Comments

No comments written yet.

Please login to write comment.