Color Hex Logo

#ac83ef Color Hex

#AC83EF
(172,131,239)
0 Favorites   0 Comments

Color spaces of #ac83ef

RGB 172131239
HSL0.730.770.73
HSV263°45°94°
CMYK 0.280.450.00   0.06
XYZ40.709531.235385.5447
Yxy31.23530.25850.1983
Hunter Lab55.888532.2153-51.6291
CIE-Lab62.705837.6478-48.8477

#ac83ef color RGB value is (172,131,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000011 11101111
Octal 254 203 357
Decimal 172 131 239
Hex AC 83 EF

RGB Percentages of Color #ac83ef

%31.73
%24.17
%44.10

CMYK Percentages of Color #ac83ef

%28
%45
%0
%6

Triadic Colors of #ac83ef

#ac83ef #efac83 #83efac

Analogous Colors of #ac83ef

#ac83ef #e283ef #8390ef

Monochromatic Colors of #ac83ef

#ac83ef

Complementary Color

#ac83ef #c6ef83

#ac83ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac83ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac83ef Color CSS Codes

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

#ac83ef Text Font Color

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

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


#ac83ef Background Color

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

This div background color is #ac83ef


#ac83ef Border Color

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

This div border color is #ac83ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac83ef


Comments

No comments written yet.

Please login to write comment.