Color Hex Logo

#ac71ca Color Hex

#AC71CA
(172,113,202)
0 Favorites   0 Comments

Color spaces of #ac71ca

RGB 172113202
HSL0.780.460.62
HSV280°44°79°
CMYK 0.150.440.00   0.21
XYZ33.579124.845258.9029
Yxy24.84520.28620.2118
Hunter Lab49.845033.0216-35.1728
CIE-Lab56.924339.1366-37.2314

#ac71ca color RGB value is (172,113,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110001 11001010
Octal 254 161 312
Decimal 172 113 202
Hex AC 71 CA

RGB Percentages of Color #ac71ca

%35.32
%23.20
%41.48

CMYK Percentages of Color #ac71ca

%15
%44
%0
%21

Triadic Colors of #ac71ca

#ac71ca #caac71 #71caac

Analogous Colors of #ac71ca

#ac71ca #ca71bc #8071ca

Monochromatic Colors of #ac71ca

#ac71ca

Complementary Color

#ac71ca #8fca71

#ac71ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac71ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac71ca Color CSS Codes

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

#ac71ca Text Font Color

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

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


#ac71ca Background Color

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

This div background color is #ac71ca


#ac71ca Border Color

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

This div border color is #ac71ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac71ca


Comments

No comments written yet.

Please login to write comment.