Color Hex Logo

#ac4efb Color Hex

#AC4EFB
(172,78,251)
0 Favorites   0 Comments

Color spaces of #ac4efb

RGB 17278251
HSL0.760.960.65
HSV273°69°98°
CMYK 0.310.690.00   0.02
XYZ37.150221.184593.3978
Yxy21.18450.24480.1396
Hunter Lab46.026663.5290-88.0934
CIE-Lab53.150867.5120-70.8044

#ac4efb color RGB value is (172,78,251).

#ac4efb hex color red value is 172, green value is 78 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ac4efb hue: 0.76 , saturation: 0.96 and the lightness value of ac4efb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001110 11111011
Octal 254 116 373
Decimal 172 78 251
Hex AC 4E FB

RGB Percentages of Color #ac4efb

%34.33
%15.57
%50.10

CMYK Percentages of Color #ac4efb

%31
%69
%0
%2

Triadic Colors of #ac4efb

#ac4efb #fbac4e #4efbac

Analogous Colors of #ac4efb

#ac4efb #fb4ef4 #564efb

Monochromatic Colors of #ac4efb

#ac4efb

Complementary Color

#ac4efb #9dfb4e

#ac4efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4efb Color CSS Codes

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

#ac4efb Text Font Color

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

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


#ac4efb Background Color

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

This div background color is #ac4efb


#ac4efb Border Color

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

This div border color is #ac4efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4efb


Comments

No comments written yet.

Please login to write comment.