Color Hex Logo

#ac79ee Color Hex

#AC79EE
(172,121,238)
0 Favorites   0 Comments

Color spaces of #ac79ee

RGB 172121238
HSL0.740.770.70
HSV266°49°93°
CMYK 0.280.490.00   0.07
XYZ39.283228.618484.3424
Yxy28.61840.25800.1880
Hunter Lab53.496237.4575-56.0297
CIE-Lab60.443442.9455-51.8797

#ac79ee color RGB value is (172,121,238).

#ac79ee hex color red value is 172, green value is 121 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ac79ee hue: 0.74 , saturation: 0.77 and the lightness value of ac79ee is 0.70.

The process color (four color CMYK) of #ac79ee color hex is 0.28, 0.49, 0.00, 0.07. Web safe color of #ac79ee is #9966ff. Color #ac79ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111001 11101110
Octal 254 171 356
Decimal 172 121 238
Hex AC 79 EE

RGB Percentages of Color #ac79ee

%32.39
%22.79
%44.82

CMYK Percentages of Color #ac79ee

%28
%49
%0
%7

Triadic Colors of #ac79ee

#ac79ee #eeac79 #79eeac

Analogous Colors of #ac79ee

#ac79ee #e779ee #7981ee

Monochromatic Colors of #ac79ee

#ac79ee

Complementary Color

#ac79ee #bbee79

#ac79ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac79ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac79ee Color CSS Codes

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

#ac79ee Text Font Color

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

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


#ac79ee Background Color

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

This div background color is #ac79ee


#ac79ee Border Color

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

This div border color is #ac79ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac79ee


Comments

No comments written yet.

Please login to write comment.