Color Hex Logo

#ac8fef Color Hex

#AC8FEF
(172,143,239)
0 Favorites   0 Comments

Color spaces of #ac8fef

RGB 172143239
HSL0.720.750.75
HSV258°40°94°
CMYK 0.280.400.00   0.06
XYZ42.415734.647686.1135
Yxy34.64760.25990.2123
Hunter Lab58.862225.6170-45.5358
CIE-Lab65.473430.9120-44.4841

#ac8fef color RGB value is (172,143,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001111 11101111
Octal 254 217 357
Decimal 172 143 239
Hex AC 8F EF

RGB Percentages of Color #ac8fef

%31.05
%25.81
%43.14

CMYK Percentages of Color #ac8fef

%28
%40
%0
%6

Triadic Colors of #ac8fef

#ac8fef #efac8f #8fefac

Analogous Colors of #ac8fef

#ac8fef #dc8fef #8fa2ef

Monochromatic Colors of #ac8fef

#ac8fef

Complementary Color

#ac8fef #d2ef8f

#ac8fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8fef Color CSS Codes

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

#ac8fef Text Font Color

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

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


#ac8fef Background Color

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

This div background color is #ac8fef


#ac8fef Border Color

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

This div border color is #ac8fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8fef


Comments

No comments written yet.

Please login to write comment.