Color Hex Logo

#ac8efd Color Hex

#AC8EFD
(172,142,253)
0 Favorites   0 Comments

Color spaces of #ac8efd

RGB 172142253
HSL0.710.970.77
HSV256°44°99°
CMYK 0.320.440.00   0.01
XYZ44.415935.208597.3835
Yxy35.20850.25090.1989
Hunter Lab59.336829.7750-55.7710
CIE-Lab65.910734.9412-51.4703

#ac8efd color RGB value is (172,142,253).

#ac8efd hex color red value is 172, green value is 142 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ac8efd hue: 0.71 , saturation: 0.97 and the lightness value of ac8efd is 0.77.

The process color (four color CMYK) of #ac8efd color hex is 0.32, 0.44, 0.00, 0.01. Web safe color of #ac8efd is #9999ff. Color #ac8efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001110 11111101
Octal 254 216 375
Decimal 172 142 253
Hex AC 8E FD

RGB Percentages of Color #ac8efd

%30.34
%25.04
%44.62

CMYK Percentages of Color #ac8efd

%32
%44
%0
%1

Triadic Colors of #ac8efd

#ac8efd #fdac8e #8efdac

Analogous Colors of #ac8efd

#ac8efd #e48efd #8ea8fd

Monochromatic Colors of #ac8efd

#ac8efd

Complementary Color

#ac8efd #dffd8e

#ac8efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8efd Color CSS Codes

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

#ac8efd Text Font Color

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

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


#ac8efd Background Color

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

This div background color is #ac8efd


#ac8efd Border Color

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

This div border color is #ac8efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8efd

Related Colors


Comments

No comments written yet.

Please login to write comment.