Color Hex Logo

#ac85bc Color Hex

#AC85BC
(172,133,188)
0 Favorites   0 Comments

Color spaces of #ac85bc

RGB 172133188
HSL0.780.290.63
HSV283°29°74°
CMYK 0.090.290.00   0.26
XYZ34.477929.176651.3914
Yxy29.17660.29970.2536
Hunter Lab54.015419.4093-18.5990
CIE-Lab60.937224.9656-23.0682

#ac85bc color RGB value is (172,133,188).

#ac85bc hex color red value is 172, green value is 133 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ac85bc hue: 0.78 , saturation: 0.29 and the lightness value of ac85bc is 0.63.

The process color (four color CMYK) of #ac85bc color hex is 0.09, 0.29, 0.00, 0.26. Web safe color of #ac85bc is #9999cc. Color #ac85bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000101 10111100
Octal 254 205 274
Decimal 172 133 188
Hex AC 85 BC

RGB Percentages of Color #ac85bc

%34.89
%26.98
%38.13

CMYK Percentages of Color #ac85bc

%9
%29
%0
%26

Triadic Colors of #ac85bc

#ac85bc #bcac85 #85bcac

Analogous Colors of #ac85bc

#ac85bc #bc85b1 #9185bc

Monochromatic Colors of #ac85bc

#ac85bc

Complementary Color

#ac85bc #95bc85

#ac85bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac85bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac85bc Color CSS Codes

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

#ac85bc Text Font Color

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

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


#ac85bc Background Color

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

This div background color is #ac85bc


#ac85bc Border Color

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

This div border color is #ac85bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac85bc


Comments

No comments written yet.

Please login to write comment.