Color Hex Logo

#ac79de Color Hex

#AC79DE
(172,121,222)
0 Favorites   0 Comments

Color spaces of #ac79de

RGB 172121222
HSL0.750.600.67
HSV270°45°87°
CMYK 0.230.450.00   0.13
XYZ37.035427.719372.5056
Yxy27.71930.26980.2019
Hunter Lab52.649133.4277-44.7967
CIE-Lab59.634339.1891-44.2455

#ac79de color RGB value is (172,121,222).

#ac79de hex color red value is 172, green value is 121 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ac79de hue: 0.75 , saturation: 0.60 and the lightness value of ac79de is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111001 11011110
Octal 254 171 336
Decimal 172 121 222
Hex AC 79 DE

RGB Percentages of Color #ac79de

%33.40
%23.50
%43.11

CMYK Percentages of Color #ac79de

%23
%45
%0
%13

Triadic Colors of #ac79de

#ac79de #deac79 #79deac

Analogous Colors of #ac79de

#ac79de #de79de #7a79de

Monochromatic Colors of #ac79de

#ac79de

Complementary Color

#ac79de #abde79

#ac79de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac79de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac79de Color CSS Codes

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

#ac79de Text Font Color

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

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


#ac79de Background Color

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

This div background color is #ac79de


#ac79de Border Color

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

This div border color is #ac79de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac79de


Comments

No comments written yet.

Please login to write comment.