Color Hex Logo

#ab036f Color Hex

#AB036F
(171,3,111)
0 Favorites   0 Comments

Color spaces of #ab036f

RGB 1713111
HSL0.890.970.34
HSV321°98°67°
CMYK 0.000.980.35   0.33
XYZ19.69649.870715.9061
Yxy9.87070.43310.2171
Hunter Lab31.417756.9245-8.0249
CIE-Lab37.609464.8078-12.9031

#ab036f color RGB value is (171,3,111).

#ab036f hex color red value is 171, green value is 3 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ab036f hue: 0.89 , saturation: 0.97 and the lightness value of ab036f is 0.34.

The process color (four color CMYK) of #ab036f color hex is 0.00, 0.98, 0.35, 0.33. Web safe color of #ab036f is #990066. Color #ab036f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000011 01101111
Octal 253 3 157
Decimal 171 3 111
Hex AB 3 6F

RGB Percentages of Color #ab036f

%60.00
%1.05
%38.95

CMYK Percentages of Color #ab036f

%0
%98
%35
%33

Triadic Colors of #ab036f

#ab036f #6fab03 #036fab

Analogous Colors of #ab036f

#ab036f #ab031b #9303ab

Monochromatic Colors of #ab036f

#ab036f

Complementary Color

#ab036f #03ab3f

#ab036f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab036f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab036f Color CSS Codes

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

#ab036f Text Font Color

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

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


#ab036f Background Color

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

This div background color is #ab036f


#ab036f Border Color

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

This div border color is #ab036f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab036f


Comments

No comments written yet.

Please login to write comment.