Color Hex Logo

#ac49da Color Hex

#AC49DA
(172,73,218)
0 Favorites   0 Comments

Color spaces of #ac49da

RGB 17273218
HSL0.780.660.57
HSV281°67°85°
CMYK 0.210.670.00   0.15
XYZ32.050718.597768.2301
Yxy18.59770.26960.1564
Hunter Lab43.125157.1930-63.6179
CIE-Lab50.213262.6175-56.9861

#ac49da color RGB value is (172,73,218).

#ac49da hex color red value is 172, green value is 73 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ac49da hue: 0.78 , saturation: 0.66 and the lightness value of ac49da is 0.57.

The process color (four color CMYK) of #ac49da color hex is 0.21, 0.67, 0.00, 0.15. Web safe color of #ac49da is #9933cc. Color #ac49da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001001 11011010
Octal 254 111 332
Decimal 172 73 218
Hex AC 49 DA

RGB Percentages of Color #ac49da

%37.15
%15.77
%47.08

CMYK Percentages of Color #ac49da

%21
%67
%0
%15

Triadic Colors of #ac49da

#ac49da #daac49 #49daac

Analogous Colors of #ac49da

#ac49da #da49c0 #6449da

Monochromatic Colors of #ac49da

#ac49da

Complementary Color

#ac49da #77da49

#ac49da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac49da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac49da Color CSS Codes

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

#ac49da Text Font Color

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

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


#ac49da Background Color

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

This div background color is #ac49da


#ac49da Border Color

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

This div border color is #ac49da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac49da


Comments

No comments written yet.

Please login to write comment.