Color Hex Logo

#ab302b Color Hex

#AB302B
(171,48,43)
0 Favorites   0 Comments

Color spaces of #ab302b

RGB 1714843
HSL0.010.600.42
HSV75°67°
CMYK 0.000.720.75   0.33
XYZ18.287610.94623.4345
Yxy10.94620.55980.3351
Hunter Lab33.085040.766217.0047
CIE-Lab39.489749.473232.4796

#ab302b color RGB value is (171,48,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110000 00101011
Octal 253 60 53
Decimal 171 48 43
Hex AB 30 2B

RGB Percentages of Color #ab302b

%65.27
%18.32
%16.41

CMYK Percentages of Color #ab302b

%0
%72
%75
%33

Triadic Colors of #ab302b

#ab302b #2bab30 #302bab

Analogous Colors of #ab302b

#ab302b #ab702b #ab2b66

Monochromatic Colors of #ab302b

#ab302b

Complementary Color

#ab302b #2ba6ab

#ab302b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab302b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab302b Color CSS Codes

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

#ab302b Text Font Color

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

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


#ab302b Background Color

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

This div background color is #ab302b


#ab302b Border Color

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

This div border color is #ab302b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab302b


Comments

No comments written yet.

Please login to write comment.