Color Hex Logo

#ab29cc Color Hex

#AB29CC
(171,41,204)
0 Favorites   0 Comments

Color spaces of #ab29cc

RGB 17141204
HSL0.800.670.48
HSV288°80°80°
CMYK 0.160.800.00   0.20
XYZ28.486614.603458.4441
Yxy14.60340.28060.1438
Hunter Lab38.214466.1861-63.9265
CIE-Lab45.086171.3065-57.2178

#ab29cc color RGB value is (171,41,204).

#ab29cc hex color red value is 171, green value is 41 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ab29cc hue: 0.80 , saturation: 0.67 and the lightness value of ab29cc is 0.48.

The process color (four color CMYK) of #ab29cc color hex is 0.16, 0.80, 0.00, 0.20. Web safe color of #ab29cc is #9933cc. Color #ab29cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101001 11001100
Octal 253 51 314
Decimal 171 41 204
Hex AB 29 CC

RGB Percentages of Color #ab29cc

%41.11
%9.86
%49.04

CMYK Percentages of Color #ab29cc

%16
%80
%0
%20

Triadic Colors of #ab29cc

#ab29cc #ccab29 #29ccab

Analogous Colors of #ab29cc

#ab29cc #cc299c #5929cc

Monochromatic Colors of #ab29cc

#ab29cc

Complementary Color

#ab29cc #4acc29

#ab29cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab29cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab29cc Color CSS Codes

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

#ab29cc Text Font Color

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

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


#ab29cc Background Color

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

This div background color is #ab29cc


#ab29cc Border Color

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

This div border color is #ab29cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab29cc


Comments

No comments written yet.

Please login to write comment.