Color Hex Logo

#ac83ed Color Hex

#AC83ED
(172,131,237)
0 Favorites   0 Comments

Color spaces of #ac83ed

RGB 172131237
HSL0.730.750.72
HSV263°45°93°
CMYK 0.270.450.00   0.07
XYZ40.415631.117783.9969
Yxy31.11770.25990.2001
Hunter Lab55.783231.7046-50.2290
CIE-Lab62.606937.1649-47.8984

#ac83ed color RGB value is (172,131,237).

#ac83ed hex color red value is 172, green value is 131 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ac83ed hue: 0.73 , saturation: 0.75 and the lightness value of ac83ed is 0.72.

The process color (four color CMYK) of #ac83ed color hex is 0.27, 0.45, 0.00, 0.07. Web safe color of #ac83ed is #9999ff. Color #ac83ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000011 11101101
Octal 254 203 355
Decimal 172 131 237
Hex AC 83 ED

RGB Percentages of Color #ac83ed

%31.85
%24.26
%43.89

CMYK Percentages of Color #ac83ed

%27
%45
%0
%7

Triadic Colors of #ac83ed

#ac83ed #edac83 #83edac

Analogous Colors of #ac83ed

#ac83ed #e183ed #838fed

Monochromatic Colors of #ac83ed

#ac83ed

Complementary Color

#ac83ed #c4ed83

#ac83ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac83ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac83ed Color CSS Codes

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

#ac83ed Text Font Color

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

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


#ac83ed Background Color

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

This div background color is #ac83ed


#ac83ed Border Color

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

This div border color is #ac83ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac83ed


Comments

No comments written yet.

Please login to write comment.