Color Hex Logo

#ac83ee Color Hex

#AC83EE
(172,131,238)
0 Favorites   0 Comments

Color spaces of #ac83ee

RGB 172131238
HSL0.730.760.72
HSV263°45°93°
CMYK 0.280.450.00   0.07
XYZ40.562231.176384.7687
Yxy31.17630.25920.1992
Hunter Lab55.835731.9598-50.9279
CIE-Lab62.656237.4064-48.3735

#ac83ee color RGB value is (172,131,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000011 11101110
Octal 254 203 356
Decimal 172 131 238
Hex AC 83 EE

RGB Percentages of Color #ac83ee

%31.79
%24.21
%43.99

CMYK Percentages of Color #ac83ee

%28
%45
%0
%7

Triadic Colors of #ac83ee

#ac83ee #eeac83 #83eeac

Analogous Colors of #ac83ee

#ac83ee #e283ee #8390ee

Monochromatic Colors of #ac83ee

#ac83ee

Complementary Color

#ac83ee #c5ee83

#ac83ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac83ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac83ee Color CSS Codes

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

#ac83ee Text Font Color

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

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


#ac83ee Background Color

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

This div background color is #ac83ee


#ac83ee Border Color

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

This div border color is #ac83ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac83ee


Comments

No comments written yet.

Please login to write comment.