Color Hex Logo

#ac07bd Color Hex

#AC07BD
(172,7,189)
0 Favorites   0 Comments

Color spaces of #ac07bd

RGB 1727189
HSL0.820.930.38
HSV294°96°74°
CMYK 0.090.960.00   0.26
XYZ26.274512.596749.1907
Yxy12.59670.29840.1430
Hunter Lab35.491870.0323-57.3300
CIE-Lab42.149275.0702-53.2060

#ac07bd color RGB value is (172,7,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000111 10111101
Octal 254 7 275
Decimal 172 7 189
Hex AC 7 BD

RGB Percentages of Color #ac07bd

%46.74
%1.90
%51.36

CMYK Percentages of Color #ac07bd

%9
%96
%0
%26

Triadic Colors of #ac07bd

#ac07bd #bdac07 #07bdac

Analogous Colors of #ac07bd

#ac07bd #bd0773 #5107bd

Monochromatic Colors of #ac07bd

#ac07bd

Complementary Color

#ac07bd #18bd07

#ac07bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac07bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac07bd Color CSS Codes

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

#ac07bd Text Font Color

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

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


#ac07bd Background Color

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

This div background color is #ac07bd


#ac07bd Border Color

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

This div border color is #ac07bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac07bd


Comments

No comments written yet.

Please login to write comment.