Color Hex Logo

#ac73de Color Hex

#AC73DE
(172,115,222)
0 Favorites   0 Comments

Color spaces of #ac73de

RGB 172115222
HSL0.760.620.66
HSV272°48°87°
CMYK 0.230.480.00   0.13
XYZ36.328826.306172.2701
Yxy26.30610.26930.1950
Hunter Lab51.289536.6766-47.6407
CIE-Lab58.326542.4888-46.3111

#ac73de color RGB value is (172,115,222).

#ac73de hex color red value is 172, green value is 115 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ac73de hue: 0.76 , saturation: 0.62 and the lightness value of ac73de is 0.66.

The process color (four color CMYK) of #ac73de color hex is 0.23, 0.48, 0.00, 0.13. Web safe color of #ac73de is #9966cc. Color #ac73de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110011 11011110
Octal 254 163 336
Decimal 172 115 222
Hex AC 73 DE

RGB Percentages of Color #ac73de

%33.79
%22.59
%43.61

CMYK Percentages of Color #ac73de

%23
%48
%0
%13

Triadic Colors of #ac73de

#ac73de #deac73 #73deac

Analogous Colors of #ac73de

#ac73de #de73db #7773de

Monochromatic Colors of #ac73de

#ac73de

Complementary Color

#ac73de #a5de73

#ac73de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac73de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac73de Color CSS Codes

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

#ac73de Text Font Color

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

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


#ac73de Background Color

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

This div background color is #ac73de


#ac73de Border Color

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

This div border color is #ac73de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac73de


Comments

No comments written yet.

Please login to write comment.