Color Hex Logo

#ab29df Color Hex

#AB29DF
(171,41,223)
0 Favorites   0 Comments

Color spaces of #ab29df

RGB 17141223
HSL0.790.740.52
HSV283°82°87°
CMYK 0.230.820.00   0.13
XYZ30.906815.571571.1887
Yxy15.57150.26270.1323
Hunter Lab39.460770.7501-79.3389
CIE-Lab46.407274.8319-65.9869

#ab29df color RGB value is (171,41,223).

#ab29df hex color red value is 171, green value is 41 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ab29df hue: 0.79 , saturation: 0.74 and the lightness value of ab29df is 0.52.

The process color (four color CMYK) of #ab29df color hex is 0.23, 0.82, 0.00, 0.13. Web safe color of #ab29df is #9933cc. Color #ab29df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101001 11011111
Octal 253 51 337
Decimal 171 41 223
Hex AB 29 DF

RGB Percentages of Color #ab29df

%39.31
%9.43
%51.26

CMYK Percentages of Color #ab29df

%23
%82
%0
%13

Triadic Colors of #ab29df

#ab29df #dfab29 #29dfab

Analogous Colors of #ab29df

#ab29df #df29b8 #5029df

Monochromatic Colors of #ab29df

#ab29df

Complementary Color

#ab29df #5ddf29

#ab29df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab29df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab29df Color CSS Codes

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

#ab29df Text Font Color

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

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


#ab29df Background Color

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

This div background color is #ab29df


#ab29df Border Color

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

This div border color is #ab29df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab29df


Comments

No comments written yet.

Please login to write comment.