Color Hex Logo

#ac09bd Color Hex

#AC09BD
(172,9,189)
0 Favorites   0 Comments

Color spaces of #ac09bd

RGB 1729189
HSL0.820.910.39
HSV294°95°74°
CMYK 0.090.950.00   0.26
XYZ26.296312.640249.1979
Yxy12.64020.29840.1434
Hunter Lab35.553169.8071-57.1577
CIE-Lab42.216074.8721-53.0982

#ac09bd color RGB value is (172,9,189).

#ac09bd hex color red value is 172, green value is 9 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ac09bd hue: 0.82 , saturation: 0.91 and the lightness value of ac09bd is 0.39.

The process color (four color CMYK) of #ac09bd color hex is 0.09, 0.95, 0.00, 0.26. Web safe color of #ac09bd is #9900cc. Color #ac09bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001001 10111101
Octal 254 11 275
Decimal 172 9 189
Hex AC 9 BD

RGB Percentages of Color #ac09bd

%46.49
%2.43
%51.08

CMYK Percentages of Color #ac09bd

%9
%95
%0
%26

Triadic Colors of #ac09bd

#ac09bd #bdac09 #09bdac

Analogous Colors of #ac09bd

#ac09bd #bd0974 #5209bd

Monochromatic Colors of #ac09bd

#ac09bd

Complementary Color

#ac09bd #1abd09

#ac09bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac09bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac09bd Color CSS Codes

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

#ac09bd Text Font Color

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

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


#ac09bd Background Color

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

This div background color is #ac09bd


#ac09bd Border Color

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

This div border color is #ac09bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac09bd


Comments

No comments written yet.

Please login to write comment.