Color Hex Logo

#ac46ed Color Hex

#AC46ED
(172,70,237)
0 Favorites   0 Comments

Color spaces of #ac46ed

RGB 17270237
HSL0.770.820.60
HSV277°70°93°
CMYK 0.270.700.00   0.07
XYZ34.489519.265482.0216
Yxy19.26540.25400.1419
Hunter Lab43.892463.4491-80.0705
CIE-Lab50.996367.8543-66.4674

#ac46ed color RGB value is (172,70,237).

#ac46ed hex color red value is 172, green value is 70 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ac46ed hue: 0.77 , saturation: 0.82 and the lightness value of ac46ed is 0.60.

The process color (four color CMYK) of #ac46ed color hex is 0.27, 0.70, 0.00, 0.07. Web safe color of #ac46ed is #9933ff. Color #ac46ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000110 11101101
Octal 254 106 355
Decimal 172 70 237
Hex AC 46 ED

RGB Percentages of Color #ac46ed

%35.91
%14.61
%49.48

CMYK Percentages of Color #ac46ed

%27
%70
%0
%7

Triadic Colors of #ac46ed

#ac46ed #edac46 #46edac

Analogous Colors of #ac46ed

#ac46ed #ed46db #5846ed

Monochromatic Colors of #ac46ed

#ac46ed

Complementary Color

#ac46ed #87ed46

#ac46ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac46ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac46ed Color CSS Codes

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

#ac46ed Text Font Color

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

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


#ac46ed Background Color

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

This div background color is #ac46ed


#ac46ed Border Color

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

This div border color is #ac46ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac46ed


Comments

No comments written yet.

Please login to write comment.