Color Hex Logo

#ab270d Color Hex

#AB270D
(171,39,13)
0 Favorites   0 Comments

Color spaces of #ab270d

RGB 1713913
HSL0.030.860.36
HSV10°92°67°
CMYK 0.000.770.92   0.33
XYZ17.592810.13801.4104
Yxy10.13800.60370.3479
Hunter Lab31.840242.906919.6618
CIE-Lab38.089051.808046.2865

#ab270d color RGB value is (171,39,13).

#ab270d hex color red value is 171, green value is 39 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ab270d hue: 0.03 , saturation: 0.86 and the lightness value of ab270d is 0.36.

The process color (four color CMYK) of #ab270d color hex is 0.00, 0.77, 0.92, 0.33. Web safe color of #ab270d is #993300. Color #ab270d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100111 00001101
Octal 253 47 15
Decimal 171 39 13
Hex AB 27 D

RGB Percentages of Color #ab270d

%76.68
%17.49
%5.83

CMYK Percentages of Color #ab270d

%0
%77
%92
%33

Triadic Colors of #ab270d

#ab270d #0dab27 #270dab

Analogous Colors of #ab270d

#ab270d #ab760d #ab0d42

Monochromatic Colors of #ab270d

#ab270d

Complementary Color

#ab270d #0d91ab

#ab270d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab270d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab270d Color CSS Codes

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

#ab270d Text Font Color

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

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


#ab270d Background Color

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

This div background color is #ab270d


#ab270d Border Color

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

This div border color is #ab270d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab270d


Comments

No comments written yet.

Please login to write comment.