Color Hex Logo

#ac6eee Color Hex

#AC6EEE
(172,110,238)
1 Favorites   0 Comments

Color spaces of #ac6eee

RGB 172110238
HSL0.750.790.68
HSV269°54°93°
CMYK 0.280.540.00   0.07
XYZ38.021826.095683.9219
Yxy26.09560.25680.1763
Hunter Lab51.083943.4611-61.6445
CIE-Lab58.127748.8970-55.5665

#ac6eee color RGB value is (172,110,238).

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

The process color (four color CMYK) of #ac6eee color hex is 0.28, 0.54, 0.00, 0.07. Web safe color of #ac6eee is #9966ff. Color #ac6eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101110 11101110
Octal 254 156 356
Decimal 172 110 238
Hex AC 6E EE

RGB Percentages of Color #ac6eee

%33.08
%21.15
%45.77

CMYK Percentages of Color #ac6eee

%28
%54
%0
%7

Triadic Colors of #ac6eee

#ac6eee #eeac6e #6eeeac

Analogous Colors of #ac6eee

#ac6eee #ec6eee #6e70ee

Monochromatic Colors of #ac6eee

#ac6eee

Complementary Color

#ac6eee #b0ee6e

#ac6eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6eee Color CSS Codes

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

#ac6eee Text Font Color

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

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


#ac6eee Background Color

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

This div background color is #ac6eee


#ac6eee Border Color

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

This div border color is #ac6eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6eee

#ac6eee Color Palettes


Comments

No comments written yet.

Please login to write comment.