Color Hex Logo

#ac85dc Color Hex

#AC85DC
(172,133,220)
0 Favorites   0 Comments

Color spaces of #ac85dc

RGB 172133220
HSL0.740.550.69
HSV267°40°86°
CMYK 0.220.400.00   0.14
XYZ38.319130.713071.6187
Yxy30.71300.27240.2184
Hunter Lab55.419326.4382-37.8273
CIE-Lab62.264632.0231-38.9954

#ac85dc color RGB value is (172,133,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000101 11011100
Octal 254 205 334
Decimal 172 133 220
Hex AC 85 DC

RGB Percentages of Color #ac85dc

%32.76
%25.33
%41.90

CMYK Percentages of Color #ac85dc

%22
%40
%0
%14

Triadic Colors of #ac85dc

#ac85dc #dcac85 #85dcac

Analogous Colors of #ac85dc

#ac85dc #d885dc #858adc

Monochromatic Colors of #ac85dc

#ac85dc

Complementary Color

#ac85dc #b5dc85

#ac85dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac85dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac85dc Color CSS Codes

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

#ac85dc Text Font Color

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

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


#ac85dc Background Color

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

This div background color is #ac85dc


#ac85dc Border Color

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

This div border color is #ac85dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac85dc


Comments

No comments written yet.

Please login to write comment.