Color Hex Logo

#ac85dd Color Hex

#AC85DD
(172,133,221)
0 Favorites   0 Comments

Color spaces of #ac85dd

RGB 172133221
HSL0.740.560.69
HSV267°40°87°
CMYK 0.220.400.00   0.13
XYZ38.451930.766272.3184
Yxy30.76620.27170.2174
Hunter Lab55.467326.6748-38.4754
CIE-Lab62.309832.2547-39.4821

#ac85dd color RGB value is (172,133,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000101 11011101
Octal 254 205 335
Decimal 172 133 221
Hex AC 85 DD

RGB Percentages of Color #ac85dd

%32.70
%25.29
%42.02

CMYK Percentages of Color #ac85dd

%22
%40
%0
%13

Triadic Colors of #ac85dd

#ac85dd #ddac85 #85ddac

Analogous Colors of #ac85dd

#ac85dd #d885dd #858add

Monochromatic Colors of #ac85dd

#ac85dd

Complementary Color

#ac85dd #b6dd85

#ac85dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac85dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac85dd Color CSS Codes

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

#ac85dd Text Font Color

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

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


#ac85dd Background Color

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

This div background color is #ac85dd


#ac85dd Border Color

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

This div border color is #ac85dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac85dd

#ac85dd Color Palettes


Comments

No comments written yet.

Please login to write comment.