Color Hex Logo

#ac77ef Color Hex

#AC77EF
(172,119,239)
0 Favorites   0 Comments

Color spaces of #ac77ef

RGB 172119239
HSL0.740.790.70
HSV267°50°94°
CMYK 0.280.500.00   0.06
XYZ39.190128.196385.0382
Yxy28.19630.25710.1850
Hunter Lab53.100238.8149-57.7808
CIE-Lab60.065744.2790-53.0346

#ac77ef color RGB value is (172,119,239).

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

The process color (four color CMYK) of #ac77ef color hex is 0.28, 0.50, 0.00, 0.06. Web safe color of #ac77ef is #9966ff. Color #ac77ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110111 11101111
Octal 254 167 357
Decimal 172 119 239
Hex AC 77 EF

RGB Percentages of Color #ac77ef

%32.45
%22.45
%45.09

CMYK Percentages of Color #ac77ef

%28
%50
%0
%6

Triadic Colors of #ac77ef

#ac77ef #efac77 #77efac

Analogous Colors of #ac77ef

#ac77ef #e877ef #777eef

Monochromatic Colors of #ac77ef

#ac77ef

Complementary Color

#ac77ef #baef77

#ac77ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac77ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac77ef Color CSS Codes

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

#ac77ef Text Font Color

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

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


#ac77ef Background Color

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

This div background color is #ac77ef


#ac77ef Border Color

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

This div border color is #ac77ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac77ef


Comments

No comments written yet.

Please login to write comment.