Color Hex Logo

#ab043a Color Hex

#AB043A
(171,4,58)
0 Favorites   0 Comments

Color spaces of #ab043a

RGB 171458
HSL0.950.950.34
HSV341°98°67°
CMYK 0.000.980.66   0.33
XYZ17.60179.05024.8221
Yxy9.05020.55920.2875
Hunter Lab30.083651.793011.5549
CIE-Lab36.080860.512119.0343

#ab043a color RGB value is (171,4,58).

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

The process color (four color CMYK) of #ab043a color hex is 0.00, 0.98, 0.66, 0.33. Web safe color of #ab043a is #990033. Color #ab043a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000100 00111010
Octal 253 4 72
Decimal 171 4 58
Hex AB 4 3A

RGB Percentages of Color #ab043a

%73.39
%1.72
%24.89

CMYK Percentages of Color #ab043a

%0
%98
%66
%33

Triadic Colors of #ab043a

#ab043a #3aab04 #043aab

Analogous Colors of #ab043a

#ab043a #ab2204 #ab048e

Monochromatic Colors of #ab043a

#ab043a

Complementary Color

#ab043a #04ab75

#ab043a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab043a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab043a Color CSS Codes

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

#ab043a Text Font Color

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

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


#ab043a Background Color

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

This div background color is #ab043a


#ab043a Border Color

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

This div border color is #ab043a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab043a


Comments

No comments written yet.

Please login to write comment.