Color Hex Logo

#ac9cfe Color Hex

#AC9CFE
(172,156,254)
0 Favorites   0 Comments

Color spaces of #ac9cfe

RGB 172156254
HSL0.690.980.80
HSV250°39°100°
CMYK 0.320.390.00   0.00
XYZ46.791139.703398.9633
Yxy39.70330.25230.2141
Hunter Lab63.010622.2841-49.0125
CIE-Lab69.257727.3110-46.7360

#ac9cfe color RGB value is (172,156,254).

#ac9cfe hex color red value is 172, green value is 156 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ac9cfe hue: 0.69 , saturation: 0.98 and the lightness value of ac9cfe is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011100 11111110
Octal 254 234 376
Decimal 172 156 254
Hex AC 9C FE

RGB Percentages of Color #ac9cfe

%29.55
%26.80
%43.64

CMYK Percentages of Color #ac9cfe

%32
%39
%0
%0

Triadic Colors of #ac9cfe

#ac9cfe #feac9c #9cfeac

Analogous Colors of #ac9cfe

#ac9cfe #dd9cfe #9cbdfe

Monochromatic Colors of #ac9cfe

#ac9cfe

Complementary Color

#ac9cfe #eefe9c

#ac9cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac9cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac9cfe Color CSS Codes

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

#ac9cfe Text Font Color

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

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


#ac9cfe Background Color

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

This div background color is #ac9cfe


#ac9cfe Border Color

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

This div border color is #ac9cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac9cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.