Color Hex Logo

#ab3022 Color Hex

#AB3022
(171,48,34)
0 Favorites   0 Comments

Color spaces of #ab3022

RGB 1714834
HSL0.020.670.40
HSV80°67°
CMYK 0.000.720.80   0.33
XYZ18.140310.88732.6587
Yxy10.88730.57250.3436
Hunter Lab32.995940.391918.3197
CIE-Lab39.390049.125937.4771

#ab3022 color RGB value is (171,48,34).

#ab3022 hex color red value is 171, green value is 48 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #ab3022 hue: 0.02 , saturation: 0.67 and the lightness value of ab3022 is 0.40.

The process color (four color CMYK) of #ab3022 color hex is 0.00, 0.72, 0.80, 0.33. Web safe color of #ab3022 is #993333. Color #ab3022 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110000 00100010
Octal 253 60 42
Decimal 171 48 34
Hex AB 30 22

RGB Percentages of Color #ab3022

%67.59
%18.97
%13.44

CMYK Percentages of Color #ab3022

%0
%72
%80
%33

Triadic Colors of #ab3022

#ab3022 #22ab30 #3022ab

Analogous Colors of #ab3022

#ab3022 #ab7522 #ab2258

Monochromatic Colors of #ab3022

#ab3022

Complementary Color

#ab3022 #229dab

#ab3022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3022 Color CSS Codes

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

#ab3022 Text Font Color

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

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


#ab3022 Background Color

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

This div background color is #ab3022


#ab3022 Border Color

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

This div border color is #ab3022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3022


Comments

No comments written yet.

Please login to write comment.