Color Hex Logo

#ac84dd Color Hex

#AC84DD
(172,132,221)
0 Favorites   0 Comments

Color spaces of #ac84dd

RGB 172132221
HSL0.740.570.69
HSV267°40°87°
CMYK 0.220.400.00   0.13
XYZ38.315730.493672.2730
Yxy30.49360.27160.2161
Hunter Lab55.221027.2174-38.9438
CIE-Lab62.077832.8174-39.8456

#ac84dd color RGB value is (172,132,221).

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

The process color (four color CMYK) of #ac84dd color hex is 0.22, 0.40, 0.00, 0.13. Web safe color of #ac84dd is #9999cc. Color #ac84dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000100 11011101
Octal 254 204 335
Decimal 172 132 221
Hex AC 84 DD

RGB Percentages of Color #ac84dd

%32.76
%25.14
%42.10

CMYK Percentages of Color #ac84dd

%22
%40
%0
%13

Triadic Colors of #ac84dd

#ac84dd #ddac84 #84ddac

Analogous Colors of #ac84dd

#ac84dd #d984dd #8489dd

Monochromatic Colors of #ac84dd

#ac84dd

Complementary Color

#ac84dd #b5dd84

#ac84dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac84dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac84dd Color CSS Codes

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

#ac84dd Text Font Color

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

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


#ac84dd Background Color

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

This div background color is #ac84dd


#ac84dd Border Color

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

This div border color is #ac84dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac84dd


Comments

No comments written yet.

Please login to write comment.