Color Hex Logo

#ab29ca Color Hex

#AB29CA
(171,41,202)
0 Favorites   0 Comments

Color spaces of #ab29ca

RGB 17141202
HSL0.800.660.48
HSV288°80°79°
CMYK 0.150.800.00   0.21
XYZ28.248214.508157.1886
Yxy14.50810.28260.1452
Hunter Lab38.089565.7238-62.3570
CIE-Lab44.953070.9445-56.2751

#ab29ca color RGB value is (171,41,202).

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

The process color (four color CMYK) of #ab29ca color hex is 0.15, 0.80, 0.00, 0.21. Web safe color of #ab29ca is #9933cc. Color #ab29ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101001 11001010
Octal 253 51 312
Decimal 171 41 202
Hex AB 29 CA

RGB Percentages of Color #ab29ca

%41.30
%9.90
%48.79

CMYK Percentages of Color #ab29ca

%15
%80
%0
%21

Triadic Colors of #ab29ca

#ab29ca #caab29 #29caab

Analogous Colors of #ab29ca

#ab29ca #ca2999 #5b29ca

Monochromatic Colors of #ab29ca

#ab29ca

Complementary Color

#ab29ca #48ca29

#ab29ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab29ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab29ca Color CSS Codes

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

#ab29ca Text Font Color

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

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


#ab29ca Background Color

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

This div background color is #ab29ca


#ab29ca Border Color

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

This div border color is #ab29ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab29ca


Comments

No comments written yet.

Please login to write comment.