Color Hex Logo

#ac70ca Color Hex

#AC70CA
(172,112,202)
0 Favorites   0 Comments

Color spaces of #ac70ca

RGB 172112202
HSL0.780.460.62
HSV280°45°79°
CMYK 0.150.450.00   0.21
XYZ33.468124.623358.8659
Yxy24.62330.28620.2105
Hunter Lab49.621933.5533-35.5998
CIE-Lab56.706539.6853-37.5727

#ac70ca color RGB value is (172,112,202).

#ac70ca hex color red value is 172, green value is 112 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ac70ca hue: 0.78 , saturation: 0.46 and the lightness value of ac70ca is 0.62.

The process color (four color CMYK) of #ac70ca color hex is 0.15, 0.45, 0.00, 0.21. Web safe color of #ac70ca is #9966cc. Color #ac70ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110000 11001010
Octal 254 160 312
Decimal 172 112 202
Hex AC 70 CA

RGB Percentages of Color #ac70ca

%35.39
%23.05
%41.56

CMYK Percentages of Color #ac70ca

%15
%45
%0
%21

Triadic Colors of #ac70ca

#ac70ca #caac70 #70caac

Analogous Colors of #ac70ca

#ac70ca #ca70bb #7f70ca

Monochromatic Colors of #ac70ca

#ac70ca

Complementary Color

#ac70ca #8eca70

#ac70ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac70ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac70ca Color CSS Codes

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

#ac70ca Text Font Color

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

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


#ac70ca Background Color

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

This div background color is #ac70ca


#ac70ca Border Color

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

This div border color is #ac70ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac70ca


Comments

No comments written yet.

Please login to write comment.