Color Hex Logo

#ac43ce Color Hex

#AC43CE
(172,67,206)
0 Favorites   0 Comments

Color spaces of #ac43ce

RGB 17267206
HSL0.790.590.54
HSV285°67°81°
CMYK 0.170.670.00   0.19
XYZ30.161017.241260.1307
Yxy17.24120.28050.1603
Hunter Lab41.522556.9938-56.7948
CIE-Lab48.562562.7536-52.7728

#ac43ce color RGB value is (172,67,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000011 11001110
Octal 254 103 316
Decimal 172 67 206
Hex AC 43 CE

RGB Percentages of Color #ac43ce

%38.65
%15.06
%46.29

CMYK Percentages of Color #ac43ce

%17
%67
%0
%19

Triadic Colors of #ac43ce

#ac43ce #ceac43 #43ceac

Analogous Colors of #ac43ce

#ac43ce #ce43ab #6743ce

Monochromatic Colors of #ac43ce

#ac43ce

Complementary Color

#ac43ce #65ce43

#ac43ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac43ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac43ce Color CSS Codes

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

#ac43ce Text Font Color

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

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


#ac43ce Background Color

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

This div background color is #ac43ce


#ac43ce Border Color

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

This div border color is #ac43ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac43ce


Comments

No comments written yet.

Please login to write comment.