Color Hex Logo

#ab003a Color Hex

#AB003A
(171,0,58)
0 Favorites   0 Comments

Color spaces of #ab003a

RGB 171058
HSL0.941.000.34
HSV340°100°67°
CMYK 0.001.000.66   0.33
XYZ17.55838.96344.8077
Yxy8.96340.56040.2861
Hunter Lab29.938952.291811.4363
CIE-Lab35.913760.997718.8168

#ab003a color RGB value is (171,0,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000000 00111010
Octal 253 0 72
Decimal 171 0 58
Hex AB 0 3A

RGB Percentages of Color #ab003a

%74.67
%0.00
%25.33

CMYK Percentages of Color #ab003a

%0
%100
%66
%33

Triadic Colors of #ab003a

#ab003a #3aab00 #003aab

Analogous Colors of #ab003a

#ab003a #ab1c00 #ab0090

Monochromatic Colors of #ab003a

#ab003a

Complementary Color

#ab003a #00ab71

#ab003a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab003a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab003a Color CSS Codes

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

#ab003a Text Font Color

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

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


#ab003a Background Color

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

This div background color is #ab003a


#ab003a Border Color

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

This div border color is #ab003a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,0,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 #ab003a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab003a


Comments

No comments written yet.

Please login to write comment.