Color Hex Logo

#ac87ca Color Hex

#AC87CA
(172,135,202)
0 Favorites   0 Comments

Color spaces of #ac87ca

RGB 172135202
HSL0.760.390.66
HSV273°33°79°
CMYK 0.150.330.00   0.21
XYZ36.337930.362959.8225
Yxy30.36290.28720.2400
Hunter Lab55.102521.2841-25.7969
CIE-Lab61.966126.8311-29.3823

#ac87ca color RGB value is (172,135,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000111 11001010
Octal 254 207 312
Decimal 172 135 202
Hex AC 87 CA

RGB Percentages of Color #ac87ca

%33.79
%26.52
%39.69

CMYK Percentages of Color #ac87ca

%15
%33
%0
%21

Triadic Colors of #ac87ca

#ac87ca #caac87 #87caac

Analogous Colors of #ac87ca

#ac87ca #ca87c7 #8b87ca

Monochromatic Colors of #ac87ca

#ac87ca

Complementary Color

#ac87ca #a5ca87

#ac87ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac87ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac87ca Color CSS Codes

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

#ac87ca Text Font Color

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

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


#ac87ca Background Color

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

This div background color is #ac87ca


#ac87ca Border Color

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

This div border color is #ac87ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac87ca


Comments

No comments written yet.

Please login to write comment.