Color Hex Logo

#ab052c Color Hex

#AB052C
(171,5,44)
0 Favorites   0 Comments

Color spaces of #ab052c

RGB 171544
HSL0.960.940.35
HSV346°97°67°
CMYK 0.000.970.74   0.33
XYZ17.30358.94833.1981
Yxy8.94830.58760.3038
Hunter Lab29.913750.903814.6009
CIE-Lab35.884659.739227.7483

#ab052c color RGB value is (171,5,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000101 00101100
Octal 253 5 54
Decimal 171 5 44
Hex AB 5 2C

RGB Percentages of Color #ab052c

%77.73
%2.27
%20.00

CMYK Percentages of Color #ab052c

%0
%97
%74
%33

Triadic Colors of #ab052c

#ab052c #2cab05 #052cab

Analogous Colors of #ab052c

#ab052c #ab3105 #ab057f

Monochromatic Colors of #ab052c

#ab052c

Complementary Color

#ab052c #05ab84

#ab052c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab052c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab052c Color CSS Codes

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

#ab052c Text Font Color

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

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


#ab052c Background Color

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

This div background color is #ab052c


#ab052c Border Color

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

This div border color is #ab052c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab052c


Comments

No comments written yet.

Please login to write comment.