Color Hex Logo

#ab320b Color Hex

#AB320B
(171,50,11)
0 Favorites   0 Comments

Color spaces of #ab320b

RGB 1715011
HSL0.040.880.36
HSV15°94°67°
CMYK 0.000.710.94   0.33
XYZ17.995610.96331.4843
Yxy10.96330.59110.3601
Hunter Lab33.110939.069920.5197
CIE-Lab39.518647.804247.9449

#ab320b color RGB value is (171,50,11).

#ab320b hex color red value is 171, green value is 50 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ab320b hue: 0.04 , saturation: 0.88 and the lightness value of ab320b is 0.36.

The process color (four color CMYK) of #ab320b color hex is 0.00, 0.71, 0.94, 0.33. Web safe color of #ab320b is #993300. Color #ab320b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110010 00001011
Octal 253 62 13
Decimal 171 50 11
Hex AB 32 B

RGB Percentages of Color #ab320b

%73.71
%21.55
%4.74

CMYK Percentages of Color #ab320b

%0
%71
%94
%33

Triadic Colors of #ab320b

#ab320b #0bab32 #320bab

Analogous Colors of #ab320b

#ab320b #ab820b #ab0b34

Monochromatic Colors of #ab320b

#ab320b

Complementary Color

#ab320b #0b84ab

#ab320b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab320b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab320b Color CSS Codes

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

#ab320b Text Font Color

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

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


#ab320b Background Color

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

This div background color is #ab320b


#ab320b Border Color

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

This div border color is #ab320b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab320b


Comments

No comments written yet.

Please login to write comment.