color codes Logo

#ac62ed color codes

#AC62ED
(172,98,237)
0 Favorites   0 Comments

Color spaces of #ac62ed

RGB 17298237
HSL0.760.790.66
HSV272°59°93°
CMYK 0.270.590.00   0.07
XYZ36.667023.620482.7474
Yxy23.62040.25640.1651
Hunter Lab48.600849.6183-66.9261
CIE-Lab55.705754.9077-58.8829

#ac62ed color RGB value is (172,98,237).

#ac62ed hex color red value is 172, green value is 98 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ac62ed hue: 0.76 , saturation: 0.79 and the lightness value of ac62ed is 0.66.

The process color (four color CMYK) of #ac62ed color code is 0.27, 0.59, 0.00, 0.07. Web safe color of #ac62ed is #9966ff. Color #ac62ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100010 11101101
Octal 254 142 355
Decimal 172 98 237
Hex AC 62 ED

RGB Percentages of Color #ac62ed

%33.93
%19.33
%46.75

CMYK Percentages of Color #ac62ed

%27
%59
%0
%7

Triadic Colors of #ac62ed

#ac62ed #edac62 #62edac

Analogous Colors of #ac62ed

#ac62ed #ed62e9 #6762ed

Monochromatic Colors of #ac62ed

#ac62ed

Complementary Color

#ac62ed #a3ed62

#ac62ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac62ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac62ed Color CSS Codes

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

#ac62ed Text Font Color

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

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


#ac62ed Background Color

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

This div background color is #ac62ed


#ac62ed Border Color

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

This div border color is #ac62ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,98,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ac62ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac62ed


Comments

No comments written yet.

Please login to write comment.