Color Hex Logo

#ac41ce Color Hex

#AC41CE
(172,65,206)
0 Favorites   0 Comments

Color spaces of #ac41ce

RGB 17265206
HSL0.790.590.53
HSV286°68°81°
CMYK 0.170.680.00   0.19
XYZ30.044117.007560.0918
Yxy17.00750.28040.1587
Hunter Lab41.240257.8698-57.5245
CIE-Lab48.269563.5755-53.2426

#ac41ce color RGB value is (172,65,206).

#ac41ce hex color red value is 172, green value is 65 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ac41ce hue: 0.79 , saturation: 0.59 and the lightness value of ac41ce is 0.53.

The process color (four color CMYK) of #ac41ce color hex is 0.17, 0.68, 0.00, 0.19. Web safe color of #ac41ce is #9933cc. Color #ac41ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000001 11001110
Octal 254 101 316
Decimal 172 65 206
Hex AC 41 CE

RGB Percentages of Color #ac41ce

%38.83
%14.67
%46.50

CMYK Percentages of Color #ac41ce

%17
%68
%0
%19

Triadic Colors of #ac41ce

#ac41ce #ceac41 #41ceac

Analogous Colors of #ac41ce

#ac41ce #ce41aa #6641ce

Monochromatic Colors of #ac41ce

#ac41ce

Complementary Color

#ac41ce #63ce41

#ac41ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac41ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac41ce Color CSS Codes

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

#ac41ce Text Font Color

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

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


#ac41ce Background Color

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

This div background color is #ac41ce


#ac41ce Border Color

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

This div border color is #ac41ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac41ce


Comments

No comments written yet.

Please login to write comment.