Color Hex Logo

#ac89ea Color Hex

#AC89EA
(172,137,234)
0 Favorites   0 Comments

Color spaces of #ac89ea

RGB 172137234
HSL0.730.700.73
HSV262°41°92°
CMYK 0.260.410.00   0.08
XYZ40.810232.602581.9839
Yxy32.60250.26260.2098
Hunter Lab57.098627.6571-45.1614
CIE-Lab63.837833.0791-44.2990

#ac89ea color RGB value is (172,137,234).

#ac89ea hex color red value is 172, green value is 137 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ac89ea hue: 0.73 , saturation: 0.70 and the lightness value of ac89ea is 0.73.

The process color (four color CMYK) of #ac89ea color hex is 0.26, 0.41, 0.00, 0.08. Web safe color of #ac89ea is #9999ff. Color #ac89ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001001 11101010
Octal 254 211 352
Decimal 172 137 234
Hex AC 89 EA

RGB Percentages of Color #ac89ea

%31.68
%25.23
%43.09

CMYK Percentages of Color #ac89ea

%26
%41
%0
%8

Triadic Colors of #ac89ea

#ac89ea #eaac89 #89eaac

Analogous Colors of #ac89ea

#ac89ea #dd89ea #8997ea

Monochromatic Colors of #ac89ea

#ac89ea

Complementary Color

#ac89ea #c7ea89

#ac89ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac89ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac89ea Color CSS Codes

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

#ac89ea Text Font Color

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

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


#ac89ea Background Color

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

This div background color is #ac89ea


#ac89ea Border Color

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

This div border color is #ac89ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac89ea


Comments

No comments written yet.

Please login to write comment.