Color Hex Logo

#ac85ca Color Hex

#AC85CA
(172,133,202)
0 Favorites   0 Comments

Color spaces of #ac85ca

RGB 172133202
HSL0.760.390.66
HSV274°34°79°
CMYK 0.150.340.00   0.21
XYZ36.061529.810059.7304
Yxy29.81000.28710.2373
Hunter Lab54.598522.3491-26.6439
CIE-Lab61.489927.9610-30.1192

#ac85ca color RGB value is (172,133,202).

#ac85ca hex color red value is 172, green value is 133 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ac85ca hue: 0.76 , saturation: 0.39 and the lightness value of ac85ca is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000101 11001010
Octal 254 205 312
Decimal 172 133 202
Hex AC 85 CA

RGB Percentages of Color #ac85ca

%33.93
%26.23
%39.84

CMYK Percentages of Color #ac85ca

%15
%34
%0
%21

Triadic Colors of #ac85ca

#ac85ca #caac85 #85caac

Analogous Colors of #ac85ca

#ac85ca #ca85c6 #8a85ca

Monochromatic Colors of #ac85ca

#ac85ca

Complementary Color

#ac85ca #a3ca85

#ac85ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac85ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac85ca Color CSS Codes

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

#ac85ca Text Font Color

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

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


#ac85ca Background Color

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

This div background color is #ac85ca


#ac85ca Border Color

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

This div border color is #ac85ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac85ca

#ac85ca Color Palettes


Comments

No comments written yet.

Please login to write comment.