Color Hex Logo

#ac73bf Color Hex

#AC73BF
(172,115,191)
0 Favorites   0 Comments

Color spaces of #ac73bf

RGB 172115191
HSL0.790.370.60
HSV285°40°75°
CMYK 0.100.400.00   0.25
XYZ32.548024.793752.3604
Yxy24.79370.29670.2260
Hunter Lab49.793329.5405-27.4914
CIE-Lab56.873935.6983-31.0465

#ac73bf color RGB value is (172,115,191).

#ac73bf hex color red value is 172, green value is 115 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ac73bf hue: 0.79 , saturation: 0.37 and the lightness value of ac73bf is 0.60.

The process color (four color CMYK) of #ac73bf color hex is 0.10, 0.40, 0.00, 0.25. Web safe color of #ac73bf is #9966cc. Color #ac73bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110011 10111111
Octal 254 163 277
Decimal 172 115 191
Hex AC 73 BF

RGB Percentages of Color #ac73bf

%35.98
%24.06
%39.96

CMYK Percentages of Color #ac73bf

%10
%40
%0
%25

Triadic Colors of #ac73bf

#ac73bf #bfac73 #73bfac

Analogous Colors of #ac73bf

#ac73bf #bf73ac #8673bf

Monochromatic Colors of #ac73bf

#ac73bf

Complementary Color

#ac73bf #86bf73

#ac73bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac73bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac73bf Color CSS Codes

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

#ac73bf Text Font Color

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

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


#ac73bf Background Color

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

This div background color is #ac73bf


#ac73bf Border Color

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

This div border color is #ac73bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac73bf


Comments

No comments written yet.

Please login to write comment.