Color Hex Logo

#ac66ed Color Hex

#AC66ED
(172,102,237)
0 Favorites   0 Comments

Color spaces of #ac66ed

RGB 172102237
HSL0.750.790.66
HSV271°57°93°
CMYK 0.270.570.00   0.07
XYZ37.050724.387882.8753
Yxy24.38780.25670.1690
Hunter Lab49.384047.4989-64.9305
CIE-Lab56.474052.8613-57.6522

#ac66ed color RGB value is (172,102,237).

#ac66ed hex color red value is 172, green value is 102 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ac66ed hue: 0.75 , saturation: 0.79 and the lightness value of ac66ed is 0.66.

The process color (four color CMYK) of #ac66ed color hex is 0.27, 0.57, 0.00, 0.07. Web safe color of #ac66ed is #9966ff. Color #ac66ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100110 11101101
Octal 254 146 355
Decimal 172 102 237
Hex AC 66 ED

RGB Percentages of Color #ac66ed

%33.66
%19.96
%46.38

CMYK Percentages of Color #ac66ed

%27
%57
%0
%7

Triadic Colors of #ac66ed

#ac66ed #edac66 #66edac

Analogous Colors of #ac66ed

#ac66ed #ed66eb #6966ed

Monochromatic Colors of #ac66ed

#ac66ed

Complementary Color

#ac66ed #a7ed66

#ac66ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac66ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac66ed Color CSS Codes

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

#ac66ed Text Font Color

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

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


#ac66ed Background Color

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

This div background color is #ac66ed


#ac66ed Border Color

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

This div border color is #ac66ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac66ed


Comments

No comments written yet.

Please login to write comment.