Color Hex Logo

#ac40da Color Hex

#AC40DA
(172,64,218)
0 Favorites   0 Comments

Color spaces of #ac40da

RGB 17264218
HSL0.780.680.55
HSV282°71°85°
CMYK 0.210.710.00   0.15
XYZ31.501517.499468.0471
Yxy17.49940.26910.1495
Hunter Lab41.832361.2116-67.1624
CIE-Lab48.883266.3508-59.1260

#ac40da color RGB value is (172,64,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000000 11011010
Octal 254 100 332
Decimal 172 64 218
Hex AC 40 DA

RGB Percentages of Color #ac40da

%37.89
%14.10
%48.02

CMYK Percentages of Color #ac40da

%21
%71
%0
%15

Triadic Colors of #ac40da

#ac40da #daac40 #40daac

Analogous Colors of #ac40da

#ac40da #da40bb #5f40da

Monochromatic Colors of #ac40da

#ac40da

Complementary Color

#ac40da #6eda40

#ac40da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac40da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac40da Color CSS Codes

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

#ac40da Text Font Color

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

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


#ac40da Background Color

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

This div background color is #ac40da


#ac40da Border Color

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

This div border color is #ac40da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac40da


Comments

No comments written yet.

Please login to write comment.