Color Hex Logo

#ac62ce Color Hex

#AC62CE
(172,98,206)
0 Favorites   0 Comments

Color spaces of #ac62ce

RGB 17298206
HSL0.780.520.60
HSV281°52°81°
CMYK 0.170.520.00   0.19
XYZ32.521521.962360.9176
Yxy21.96230.28180.1903
Hunter Lab46.864041.8592-44.2652
CIE-Lab53.987048.0468-44.1329

#ac62ce color RGB value is (172,98,206).

#ac62ce hex color red value is 172, green value is 98 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ac62ce hue: 0.78 , saturation: 0.52 and the lightness value of ac62ce is 0.60.

The process color (four color CMYK) of #ac62ce color hex is 0.17, 0.52, 0.00, 0.19. Web safe color of #ac62ce is #9966cc. Color #ac62ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100010 11001110
Octal 254 142 316
Decimal 172 98 206
Hex AC 62 CE

RGB Percentages of Color #ac62ce

%36.13
%20.59
%43.28

CMYK Percentages of Color #ac62ce

%17
%52
%0
%19

Triadic Colors of #ac62ce

#ac62ce #ceac62 #62ceac

Analogous Colors of #ac62ce

#ac62ce #ce62ba #7662ce

Monochromatic Colors of #ac62ce

#ac62ce

Complementary Color

#ac62ce #84ce62

#ac62ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac62ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac62ce Color CSS Codes

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

#ac62ce Text Font Color

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

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


#ac62ce Background Color

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

This div background color is #ac62ce


#ac62ce Border Color

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

This div border color is #ac62ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac62ce


Comments

No comments written yet.

Please login to write comment.