Color Hex Logo

#ac66bd Color Hex

#AC66BD
(172,102,189)
0 Favorites   0 Comments

Color spaces of #ac66bd

RGB 172102189
HSL0.800.400.57
HSV288°46°74°
CMYK 0.090.460.00   0.26
XYZ30.949921.947550.7492
Yxy21.94750.29860.2118
Hunter Lab46.848235.9405-31.4334
CIE-Lab53.971342.3880-34.4270

#ac66bd color RGB value is (172,102,189).

#ac66bd hex color red value is 172, green value is 102 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ac66bd hue: 0.80 , saturation: 0.40 and the lightness value of ac66bd is 0.57.

The process color (four color CMYK) of #ac66bd color hex is 0.09, 0.46, 0.00, 0.26. Web safe color of #ac66bd is #9966cc. Color #ac66bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100110 10111101
Octal 254 146 275
Decimal 172 102 189
Hex AC 66 BD

RGB Percentages of Color #ac66bd

%37.15
%22.03
%40.82

CMYK Percentages of Color #ac66bd

%9
%46
%0
%26

Triadic Colors of #ac66bd

#ac66bd #bdac66 #66bdac

Analogous Colors of #ac66bd

#ac66bd #bd66a3 #8166bd

Monochromatic Colors of #ac66bd

#ac66bd

Complementary Color

#ac66bd #77bd66

#ac66bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac66bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac66bd Color CSS Codes

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

#ac66bd Text Font Color

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

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


#ac66bd Background Color

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

This div background color is #ac66bd


#ac66bd Border Color

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

This div border color is #ac66bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac66bd


Comments

No comments written yet.

Please login to write comment.