Color Hex Logo

#ab322b Color Hex

#AB322B
(171,50,43)
0 Favorites   0 Comments

Color spaces of #ab322b

RGB 1715043
HSL0.010.600.42
HSV75°67°
CMYK 0.000.710.75   0.33
XYZ18.371211.11353.4624
Yxy11.11350.55760.3373
Hunter Lab33.336940.027617.1779
CIE-Lab39.771048.700032.7939

#ab322b color RGB value is (171,50,43).

#ab322b hex color red value is 171, green value is 50 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ab322b hue: 0.01 , saturation: 0.60 and the lightness value of ab322b is 0.42.

The process color (four color CMYK) of #ab322b color hex is 0.00, 0.71, 0.75, 0.33. Web safe color of #ab322b is #993333. Color #ab322b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110010 00101011
Octal 253 62 53
Decimal 171 50 43
Hex AB 32 2B

RGB Percentages of Color #ab322b

%64.77
%18.94
%16.29

CMYK Percentages of Color #ab322b

%0
%71
%75
%33

Triadic Colors of #ab322b

#ab322b #2bab32 #322bab

Analogous Colors of #ab322b

#ab322b #ab722b #ab2b64

Monochromatic Colors of #ab322b

#ab322b

Complementary Color

#ab322b #2ba4ab

#ab322b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab322b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab322b Color CSS Codes

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

#ab322b Text Font Color

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

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


#ab322b Background Color

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

This div background color is #ab322b


#ab322b Border Color

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

This div border color is #ab322b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab322b


Comments

No comments written yet.

Please login to write comment.