Color Hex Logo

#ac89ca Color Hex

#AC89CA
(172,137,202)
0 Favorites   0 Comments

Color spaces of #ac89ca

RGB 172137202
HSL0.760.380.66
HSV272°32°79°
CMYK 0.150.320.00   0.21
XYZ36.619630.926259.9164
Yxy30.92620.28730.2426
Hunter Lab55.611320.2209-24.9519
CIE-Lab62.445325.7009-28.6418

#ac89ca color RGB value is (172,137,202).

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

The process color (four color CMYK) of #ac89ca color hex is 0.15, 0.32, 0.00, 0.21. Web safe color of #ac89ca is #9999cc. Color #ac89ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001001 11001010
Octal 254 211 312
Decimal 172 137 202
Hex AC 89 CA

RGB Percentages of Color #ac89ca

%33.66
%26.81
%39.53

CMYK Percentages of Color #ac89ca

%15
%32
%0
%21

Triadic Colors of #ac89ca

#ac89ca #caac89 #89caac

Analogous Colors of #ac89ca

#ac89ca #ca89c8 #8c89ca

Monochromatic Colors of #ac89ca

#ac89ca

Complementary Color

#ac89ca #a7ca89

#ac89ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac89ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac89ca Color CSS Codes

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

#ac89ca Text Font Color

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

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


#ac89ca Background Color

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

This div background color is #ac89ca


#ac89ca Border Color

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

This div border color is #ac89ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac89ca


Comments

No comments written yet.

Please login to write comment.