Color Hex Logo

#ac23ce Color Hex

#AC23CE
(172,35,206)
0 Favorites   0 Comments

Color spaces of #ac23ce

RGB 17235206
HSL0.800.710.47
HSV288°83°81°
CMYK 0.170.830.00   0.19
XYZ28.754914.429059.6620
Yxy14.42900.27960.1403
Hunter Lab37.985568.6492-66.5340
CIE-Lab44.842073.4061-58.7600

#ac23ce color RGB value is (172,35,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100011 11001110
Octal 254 43 316
Decimal 172 35 206
Hex AC 23 CE

RGB Percentages of Color #ac23ce

%41.65
%8.47
%49.88

CMYK Percentages of Color #ac23ce

%17
%83
%0
%19

Triadic Colors of #ac23ce

#ac23ce #ceac23 #23ceac

Analogous Colors of #ac23ce

#ac23ce #ce239b #5723ce

Monochromatic Colors of #ac23ce

#ac23ce

Complementary Color

#ac23ce #45ce23

#ac23ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac23ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac23ce Color CSS Codes

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

#ac23ce Text Font Color

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

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


#ac23ce Background Color

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

This div background color is #ac23ce


#ac23ce Border Color

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

This div border color is #ac23ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac23ce


Comments

No comments written yet.

Please login to write comment.