Color Hex Logo

#ac49ff Color Hex

#AC49FF
(172,73,255)
0 Favorites   0 Comments

Color spaces of #ac49ff

RGB 17273255
HSL0.761.000.64
HSV273°71°100°
CMYK 0.330.710.00   0.00
XYZ37.445820.755796.6404
Yxy20.75570.24180.1340
Hunter Lab45.558466.9871-93.8775
CIE-Lab52.681170.5038-73.7885

#ac49ff color RGB value is (172,73,255).

#ac49ff hex color red value is 172, green value is 73 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ac49ff hue: 0.76 , saturation: 1.00 and the lightness value of ac49ff is 0.64.

The process color (four color CMYK) of #ac49ff color hex is 0.33, 0.71, 0.00, 0.00. Web safe color of #ac49ff is #9933ff. Color #ac49ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001001 11111111
Octal 254 111 377
Decimal 172 73 255
Hex AC 49 FF

RGB Percentages of Color #ac49ff

%34.40
%14.60
%51.00

CMYK Percentages of Color #ac49ff

%33
%71
%0
%0

Triadic Colors of #ac49ff

#ac49ff #ffac49 #49ffac

Analogous Colors of #ac49ff

#ac49ff #ff49f7 #5149ff

Monochromatic Colors of #ac49ff

#ac49ff

Complementary Color

#ac49ff #9cff49

#ac49ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac49ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac49ff Color CSS Codes

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

#ac49ff Text Font Color

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

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


#ac49ff Background Color

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

This div background color is #ac49ff


#ac49ff Border Color

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

This div border color is #ac49ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac49ff


Comments

No comments written yet.

Please login to write comment.