Color Hex Logo

#ac49e2 Color Hex

#AC49E2
(172,73,226)
0 Favorites   0 Comments

Color spaces of #ac49e2

RGB 17273226
HSL0.770.730.59
HSV279°68°89°
CMYK 0.240.680.00   0.11
XYZ33.123319.026773.8782
Yxy19.02670.26280.1510
Hunter Lab43.619659.2127-69.8853
CIE-Lab50.718464.2793-60.7129

#ac49e2 color RGB value is (172,73,226).

#ac49e2 hex color red value is 172, green value is 73 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #ac49e2 hue: 0.77 , saturation: 0.73 and the lightness value of ac49e2 is 0.59.

The process color (four color CMYK) of #ac49e2 color hex is 0.24, 0.68, 0.00, 0.11. Web safe color of #ac49e2 is #9933cc. Color #ac49e2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001001 11100010
Octal 254 111 342
Decimal 172 73 226
Hex AC 49 E2

RGB Percentages of Color #ac49e2

%36.52
%15.50
%47.98

CMYK Percentages of Color #ac49e2

%24
%68
%0
%11

Triadic Colors of #ac49e2

#ac49e2 #e2ac49 #49e2ac

Analogous Colors of #ac49e2

#ac49e2 #e249cc #5f49e2

Monochromatic Colors of #ac49e2

#ac49e2

Complementary Color

#ac49e2 #7fe249

#ac49e2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac49e2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac49e2 Color CSS Codes

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

#ac49e2 Text Font Color

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

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


#ac49e2 Background Color

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

This div background color is #ac49e2


#ac49e2 Border Color

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

This div border color is #ac49e2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac49e2


Comments

No comments written yet.

Please login to write comment.