Color Hex Logo

#ab302e Color Hex

#AB302E
(171,48,46)
0 Favorites   0 Comments

Color spaces of #ab302e

RGB 1714846
HSL0.000.580.43
HSV73°67°
CMYK 0.000.720.73   0.33
XYZ18.344710.96913.7351
Yxy10.96910.55510.3319
Hunter Lab33.119640.910416.4973
CIE-Lab39.528449.606730.7539

#ab302e color RGB value is (171,48,46).

#ab302e hex color red value is 171, green value is 48 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ab302e hue: 0.00 , saturation: 0.58 and the lightness value of ab302e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110000 00101110
Octal 253 60 56
Decimal 171 48 46
Hex AB 30 2E

RGB Percentages of Color #ab302e

%64.53
%18.11
%17.36

CMYK Percentages of Color #ab302e

%0
%72
%73
%33

Triadic Colors of #ab302e

#ab302e #2eab30 #302eab

Analogous Colors of #ab302e

#ab302e #ab6f2e #ab2e6b

Monochromatic Colors of #ab302e

#ab302e

Complementary Color

#ab302e #2ea9ab

#ab302e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab302e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab302e Color CSS Codes

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

#ab302e Text Font Color

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

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


#ab302e Background Color

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

This div background color is #ab302e


#ab302e Border Color

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

This div border color is #ab302e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab302e


Comments

No comments written yet.

Please login to write comment.