Color Hex Logo

#ac5cfb Color Hex

#AC5CFB
(172,92,251)
0 Favorites   0 Comments

Color spaces of #ac5cfb

RGB 17292251
HSL0.750.950.67
HSV270°63°98°
CMYK 0.310.630.00   0.02
XYZ38.253023.390093.7654
Yxy23.39000.24610.1505
Hunter Lab48.363256.5494-81.0957
CIE-Lab55.471861.0900-67.0517

#ac5cfb color RGB value is (172,92,251).

#ac5cfb hex color red value is 172, green value is 92 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ac5cfb hue: 0.75 , saturation: 0.95 and the lightness value of ac5cfb is 0.67.

The process color (four color CMYK) of #ac5cfb color hex is 0.31, 0.63, 0.00, 0.02. Web safe color of #ac5cfb is #9966ff. Color #ac5cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011100 11111011
Octal 254 134 373
Decimal 172 92 251
Hex AC 5C FB

RGB Percentages of Color #ac5cfb

%33.40
%17.86
%48.74

CMYK Percentages of Color #ac5cfb

%31
%63
%0
%2

Triadic Colors of #ac5cfb

#ac5cfb #fbac5c #5cfbac

Analogous Colors of #ac5cfb

#ac5cfb #fb5cfb #5d5cfb

Monochromatic Colors of #ac5cfb

#ac5cfb

Complementary Color

#ac5cfb #abfb5c

#ac5cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5cfb Color CSS Codes

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

#ac5cfb Text Font Color

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

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


#ac5cfb Background Color

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

This div background color is #ac5cfb


#ac5cfb Border Color

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

This div border color is #ac5cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5cfb


Comments

No comments written yet.

Please login to write comment.