Color Hex Logo

#ac84da Color Hex

#AC84DA
(172,132,218)
0 Favorites   0 Comments

Color spaces of #ac84da

RGB 172132218
HSL0.740.540.69
HSV268°39°85°
CMYK 0.210.390.00   0.15
XYZ37.919430.335170.1864
Yxy30.33510.27390.2191
Hunter Lab55.077326.5077-37.0006
CIE-Lab61.942332.1237-38.3838

#ac84da color RGB value is (172,132,218).

#ac84da hex color red value is 172, green value is 132 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ac84da hue: 0.74 , saturation: 0.54 and the lightness value of ac84da is 0.69.

The process color (four color CMYK) of #ac84da color hex is 0.21, 0.39, 0.00, 0.15. Web safe color of #ac84da is #9999cc. Color #ac84da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000100 11011010
Octal 254 204 332
Decimal 172 132 218
Hex AC 84 DA

RGB Percentages of Color #ac84da

%32.95
%25.29
%41.76

CMYK Percentages of Color #ac84da

%21
%39
%0
%15

Triadic Colors of #ac84da

#ac84da #daac84 #84daac

Analogous Colors of #ac84da

#ac84da #d784da #8487da

Monochromatic Colors of #ac84da

#ac84da

Complementary Color

#ac84da #b2da84

#ac84da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac84da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac84da Color CSS Codes

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

#ac84da Text Font Color

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

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


#ac84da Background Color

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

This div background color is #ac84da


#ac84da Border Color

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

This div border color is #ac84da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac84da


Comments

No comments written yet.

Please login to write comment.