Color Hex Logo

#ac69bd Color Hex

#AC69BD
(172,105,189)
0 Favorites   0 Comments

Color spaces of #ac69bd

RGB 172105189
HSL0.800.390.58
HSV288°44°74°
CMYK 0.090.440.00   0.26
XYZ31.250122.547950.8492
Yxy22.54790.29860.2155
Hunter Lab47.484634.3745-30.2518
CIE-Lab54.603640.7711-33.4386

#ac69bd color RGB value is (172,105,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101001 10111101
Octal 254 151 275
Decimal 172 105 189
Hex AC 69 BD

RGB Percentages of Color #ac69bd

%36.91
%22.53
%40.56

CMYK Percentages of Color #ac69bd

%9
%44
%0
%26

Triadic Colors of #ac69bd

#ac69bd #bdac69 #69bdac

Analogous Colors of #ac69bd

#ac69bd #bd69a4 #8269bd

Monochromatic Colors of #ac69bd

#ac69bd

Complementary Color

#ac69bd #7abd69

#ac69bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac69bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac69bd Color CSS Codes

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

#ac69bd Text Font Color

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

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


#ac69bd Background Color

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

This div background color is #ac69bd


#ac69bd Border Color

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

This div border color is #ac69bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac69bd


Comments

No comments written yet.

Please login to write comment.