color codes Logo

#ac29fb color codes

#AC29FB
(172,41,251)
0 Favorites   0 Comments

Color spaces of #ac29fb

RGB 17241251
HSL0.770.960.57
HSV277°84°98°
CMYK 0.310.840.00   0.02
XYZ35.218817.321692.7539
Yxy17.32160.24240.1192
Hunter Lab41.619278.2157-103.0021
CIE-Lab48.662780.4089-78.1048

#ac29fb color RGB value is (172,41,251).

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

The process color (four color CMYK) of #ac29fb color code is 0.31, 0.84, 0.00, 0.02. Web safe color of #ac29fb is #9933ff. Color #ac29fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101001 11111011
Octal 254 51 373
Decimal 172 41 251
Hex AC 29 FB

RGB Percentages of Color #ac29fb

%37.07
%8.84
%54.09

CMYK Percentages of Color #ac29fb

%31
%84
%0
%2

Triadic Colors of #ac29fb

#ac29fb #fbac29 #29fbac

Analogous Colors of #ac29fb

#ac29fb #fb29e1 #4329fb

Monochromatic Colors of #ac29fb

#ac29fb

Complementary Color

#ac29fb #78fb29

#ac29fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac29fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac29fb Color CSS Codes

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

#ac29fb Text Font Color

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

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


#ac29fb Background Color

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

This div background color is #ac29fb


#ac29fb Border Color

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

This div border color is #ac29fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac29fb

Related Colors


Comments

No comments written yet.

Please login to write comment.