Color Hex Logo

#ac26ce Color Hex

#AC26CE
(172,38,206)
0 Favorites   0 Comments

Color spaces of #ac26ce

RGB 17238206
HSL0.800.690.48
HSV288°82°81°
CMYK 0.170.820.00   0.19
XYZ28.846914.613159.6927
Yxy14.61310.27970.1417
Hunter Lab38.227167.8022-65.8241
CIE-Lab45.099772.6531-58.3438

#ac26ce color RGB value is (172,38,206).

#ac26ce hex color red value is 172, green value is 38 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ac26ce hue: 0.80 , saturation: 0.69 and the lightness value of ac26ce is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100110 11001110
Octal 254 46 316
Decimal 172 38 206
Hex AC 26 CE

RGB Percentages of Color #ac26ce

%41.35
%9.13
%49.52

CMYK Percentages of Color #ac26ce

%17
%82
%0
%19

Triadic Colors of #ac26ce

#ac26ce #ceac26 #26ceac

Analogous Colors of #ac26ce

#ac26ce #ce269c #5826ce

Monochromatic Colors of #ac26ce

#ac26ce

Complementary Color

#ac26ce #48ce26

#ac26ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac26ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac26ce Color CSS Codes

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

#ac26ce Text Font Color

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

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


#ac26ce Background Color

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

This div background color is #ac26ce


#ac26ce Border Color

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

This div border color is #ac26ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac26ce


Comments

No comments written yet.

Please login to write comment.