Color Hex Logo

#ac5bfb Color Hex

#AC5BFB
(172,91,251)
0 Favorites   0 Comments

Color spaces of #ac5bfb

RGB 17291251
HSL0.750.950.67
HSV270°64°98°
CMYK 0.310.640.00   0.02
XYZ38.166923.217993.7367
Yxy23.21790.24600.1497
Hunter Lab48.185057.0647-81.6104
CIE-Lab55.296161.5702-67.3353

#ac5bfb color RGB value is (172,91,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011011 11111011
Octal 254 133 373
Decimal 172 91 251
Hex AC 5B FB

RGB Percentages of Color #ac5bfb

%33.46
%17.70
%48.83

CMYK Percentages of Color #ac5bfb

%31
%64
%0
%2

Triadic Colors of #ac5bfb

#ac5bfb #fbac5b #5bfbac

Analogous Colors of #ac5bfb

#ac5bfb #fb5bfa #5c5bfb

Monochromatic Colors of #ac5bfb

#ac5bfb

Complementary Color

#ac5bfb #aafb5b

#ac5bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5bfb Color CSS Codes

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

#ac5bfb Text Font Color

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

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


#ac5bfb Background Color

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

This div background color is #ac5bfb


#ac5bfb Border Color

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

This div border color is #ac5bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5bfb


Comments

No comments written yet.

Please login to write comment.