Color Hex Logo

#ab046c Color Hex

#AB046C
(171,4,108)
0 Favorites   0 Comments

Color spaces of #ab046c

RGB 1714108
HSL0.900.950.34
HSV323°98°67°
CMYK 0.000.980.37   0.33
XYZ19.54489.827515.0541
Yxy9.82750.43990.2212
Hunter Lab31.348856.4274-6.5276
CIE-Lab37.531064.3843-11.1228

#ab046c color RGB value is (171,4,108).

#ab046c hex color red value is 171, green value is 4 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ab046c hue: 0.90 , saturation: 0.95 and the lightness value of ab046c is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000100 01101100
Octal 253 4 154
Decimal 171 4 108
Hex AB 4 6C

RGB Percentages of Color #ab046c

%60.42
%1.41
%38.16

CMYK Percentages of Color #ab046c

%0
%98
%37
%33

Triadic Colors of #ab046c

#ab046c #6cab04 #046cab

Analogous Colors of #ab046c

#ab046c #ab0419 #9704ab

Monochromatic Colors of #ab046c

#ab046c

Complementary Color

#ab046c #04ab43

#ab046c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab046c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab046c Color CSS Codes

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

#ab046c Text Font Color

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

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


#ab046c Background Color

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

This div background color is #ab046c


#ab046c Border Color

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

This div border color is #ab046c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab046c


Comments

No comments written yet.

Please login to write comment.