Color Hex Logo

#ab332b Color Hex

#AB332B
(171,51,43)
0 Favorites   0 Comments

Color spaces of #ab332b

RGB 1715143
HSL0.010.600.42
HSV75°67°
CMYK 0.000.700.75   0.33
XYZ18.414511.20003.4768
Yxy11.20000.55650.3385
Hunter Lab33.466439.651417.2669
CIE-Lab39.915348.304932.9550

#ab332b color RGB value is (171,51,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110011 00101011
Octal 253 63 53
Decimal 171 51 43
Hex AB 33 2B

RGB Percentages of Color #ab332b

%64.53
%19.25
%16.23

CMYK Percentages of Color #ab332b

%0
%70
%75
%33

Triadic Colors of #ab332b

#ab332b #2bab33 #332bab

Analogous Colors of #ab332b

#ab332b #ab732b #ab2b63

Monochromatic Colors of #ab332b

#ab332b

Complementary Color

#ab332b #2ba3ab

#ab332b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab332b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab332b Color CSS Codes

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

#ab332b Text Font Color

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

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


#ab332b Background Color

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

This div background color is #ab332b


#ab332b Border Color

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

This div border color is #ab332b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab332b


Comments

No comments written yet.

Please login to write comment.