Color Hex Logo

#ab29fc Color Hex

#AB29FC
(171,41,252)
0 Favorites   0 Comments

Color spaces of #ab29fc

RGB 17141252
HSL0.770.970.57
HSV277°84°99°
CMYK 0.320.840.00   0.01
XYZ35.158217.272193.5763
Yxy17.27210.24080.1183
Hunter Lab41.559778.2758-104.4062
CIE-Lab48.601180.4686-78.7698

#ab29fc color RGB value is (171,41,252).

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

The process color (four color CMYK) of #ab29fc color hex is 0.32, 0.84, 0.00, 0.01. Web safe color of #ab29fc is #9933ff. Color #ab29fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101001 11111100
Octal 253 51 374
Decimal 171 41 252
Hex AB 29 FC

RGB Percentages of Color #ab29fc

%36.85
%8.84
%54.31

CMYK Percentages of Color #ab29fc

%32
%84
%0
%1

Triadic Colors of #ab29fc

#ab29fc #fcab29 #29fcab

Analogous Colors of #ab29fc

#ab29fc #fc29e4 #4129fc

Monochromatic Colors of #ab29fc

#ab29fc

Complementary Color

#ab29fc #7afc29

#ab29fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab29fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab29fc Color CSS Codes

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

#ab29fc Text Font Color

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

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


#ab29fc Background Color

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

This div background color is #ab29fc


#ab29fc Border Color

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

This div border color is #ab29fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,41,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab29fc


Comments

No comments written yet.

Please login to write comment.