Color Hex Logo

#ab299d Color Hex

#AB299D
(171,41,157)
0 Favorites   0 Comments

Color spaces of #ab299d

RGB 17141157
HSL0.850.610.42
HSV306°76°67°
CMYK 0.000.760.08   0.33
XYZ23.673312.678133.0977
Yxy12.67810.34090.1826
Hunter Lab35.606356.3669-30.1883
CIE-Lab42.274263.4072-34.0026

#ab299d color RGB value is (171,41,157).

#ab299d hex color red value is 171, green value is 41 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ab299d hue: 0.85 , saturation: 0.61 and the lightness value of ab299d is 0.42.

The process color (four color CMYK) of #ab299d color hex is 0.00, 0.76, 0.08, 0.33. Web safe color of #ab299d is #993399. Color #ab299d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101001 10011101
Octal 253 51 235
Decimal 171 41 157
Hex AB 29 9D

RGB Percentages of Color #ab299d

%46.34
%11.11
%42.55

CMYK Percentages of Color #ab299d

%0
%76
%8
%33

Triadic Colors of #ab299d

#ab299d #9dab29 #299dab

Analogous Colors of #ab299d

#ab299d #ab295c #7829ab

Monochromatic Colors of #ab299d

#ab299d

Complementary Color

#ab299d #29ab37

#ab299d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab299d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab299d Color CSS Codes

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

#ab299d Text Font Color

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

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


#ab299d Background Color

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

This div background color is #ab299d


#ab299d Border Color

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

This div border color is #ab299d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab299d


Comments

No comments written yet.

Please login to write comment.