Color Hex Logo

#ac44ce Color Hex

#AC44CE
(172,68,206)
0 Favorites   0 Comments

Color spaces of #ac44ce

RGB 17268206
HSL0.790.580.54
HSV285°67°81°
CMYK 0.170.670.00   0.19
XYZ30.221017.361160.1507
Yxy17.36110.28050.1611
Hunter Lab41.666756.5502-56.4254
CIE-Lab48.711862.3360-52.5335

#ac44ce color RGB value is (172,68,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000100 11001110
Octal 254 104 316
Decimal 172 68 206
Hex AC 44 CE

RGB Percentages of Color #ac44ce

%38.57
%15.25
%46.19

CMYK Percentages of Color #ac44ce

%17
%67
%0
%19

Triadic Colors of #ac44ce

#ac44ce #ceac44 #44ceac

Analogous Colors of #ac44ce

#ac44ce #ce44ab #6744ce

Monochromatic Colors of #ac44ce

#ac44ce

Complementary Color

#ac44ce #66ce44

#ac44ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac44ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac44ce Color CSS Codes

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

#ac44ce Text Font Color

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

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


#ac44ce Background Color

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

This div background color is #ac44ce


#ac44ce Border Color

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

This div border color is #ac44ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac44ce


Comments

No comments written yet.

Please login to write comment.