Color Hex Logo

#ab052a Color Hex

#AB052A
(171,5,42)
0 Favorites   0 Comments

Color spaces of #ab052a

RGB 171542
HSL0.960.940.35
HSV347°97°67°
CMYK 0.000.970.75   0.33
XYZ17.26688.93363.0048
Yxy8.93360.59120.3059
Hunter Lab29.889150.812614.9619
CIE-Lab35.856159.661228.9684

#ab052a color RGB value is (171,5,42).

#ab052a hex color red value is 171, green value is 5 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ab052a hue: 0.96 , saturation: 0.94 and the lightness value of ab052a is 0.35.

The process color (four color CMYK) of #ab052a color hex is 0.00, 0.97, 0.75, 0.33. Web safe color of #ab052a is #990033. Color #ab052a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000101 00101010
Octal 253 5 52
Decimal 171 5 42
Hex AB 5 2A

RGB Percentages of Color #ab052a

%78.44
%2.29
%19.27

CMYK Percentages of Color #ab052a

%0
%97
%75
%33

Triadic Colors of #ab052a

#ab052a #2aab05 #052aab

Analogous Colors of #ab052a

#ab052a #ab3305 #ab057d

Monochromatic Colors of #ab052a

#ab052a

Complementary Color

#ab052a #05ab86

#ab052a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab052a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab052a Color CSS Codes

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

#ab052a Text Font Color

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

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


#ab052a Background Color

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

This div background color is #ab052a


#ab052a Border Color

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

This div border color is #ab052a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab052a


Comments

No comments written yet.

Please login to write comment.