Color Hex Logo

#ab3324 Color Hex

#AB3324
(171,51,36)
0 Favorites   0 Comments

Color spaces of #ab3324

RGB 1715136
HSL0.020.650.41
HSV79°67°
CMYK 0.000.700.79   0.33
XYZ18.296911.15302.8575
Yxy11.15300.56630.3452
Hunter Lab33.396139.352518.3042
CIE-Lab39.837048.025336.8361

#ab3324 color RGB value is (171,51,36).

#ab3324 hex color red value is 171, green value is 51 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #ab3324 hue: 0.02 , saturation: 0.65 and the lightness value of ab3324 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110011 00100100
Octal 253 63 44
Decimal 171 51 36
Hex AB 33 24

RGB Percentages of Color #ab3324

%66.28
%19.77
%13.95

CMYK Percentages of Color #ab3324

%0
%70
%79
%33

Triadic Colors of #ab3324

#ab3324 #24ab33 #3324ab

Analogous Colors of #ab3324

#ab3324 #ab7724 #ab2459

Monochromatic Colors of #ab3324

#ab3324

Complementary Color

#ab3324 #249cab

#ab3324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3324 Color CSS Codes

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

#ab3324 Text Font Color

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

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


#ab3324 Background Color

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

This div background color is #ab3324


#ab3324 Border Color

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

This div border color is #ab3324


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3324


Comments

No comments written yet.

Please login to write comment.