Color Hex Logo

#ac1efb Color Hex

#AC1EFB
(172,30,251)
0 Favorites   0 Comments

Color spaces of #ac1efb

RGB 17230251
HSL0.770.970.55
HSV279°88°98°
CMYK 0.310.880.00   0.02
XYZ34.890116.664292.6444
Yxy16.66420.24200.1156
Hunter Lab40.821881.1245-105.9824
CIE-Lab47.834182.8598-79.4589

#ac1efb color RGB value is (172,30,251).

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

The process color (four color CMYK) of #ac1efb color hex is 0.31, 0.88, 0.00, 0.02. Web safe color of #ac1efb is #9933ff. Color #ac1efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00011110 11111011
Octal 254 36 373
Decimal 172 30 251
Hex AC 1E FB

RGB Percentages of Color #ac1efb

%37.97
%6.62
%55.41

CMYK Percentages of Color #ac1efb

%31
%88
%0
%2

Triadic Colors of #ac1efb

#ac1efb #fbac1e #1efbac

Analogous Colors of #ac1efb

#ac1efb #fb1edc #3d1efb

Monochromatic Colors of #ac1efb

#ac1efb

Complementary Color

#ac1efb #6dfb1e

#ac1efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac1efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac1efb Color CSS Codes

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

#ac1efb Text Font Color

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

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


#ac1efb Background Color

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

This div background color is #ac1efb


#ac1efb Border Color

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

This div border color is #ac1efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac1efb


Comments

No comments written yet.

Please login to write comment.