Color Hex Logo

#ab381d Color Hex

#AB381D
(171,56,29)
0 Favorites   0 Comments

Color spaces of #ab381d

RGB 1715629
HSL0.030.710.39
HSV11°83°67°
CMYK 0.000.670.83   0.33
XYZ18.430511.57502.4252
Yxy11.57500.56830.3569
Hunter Lab34.022137.158819.5891
CIE-Lab40.532545.728341.1978

#ab381d color RGB value is (171,56,29).

#ab381d hex color red value is 171, green value is 56 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ab381d hue: 0.03 , saturation: 0.71 and the lightness value of ab381d is 0.39.

The process color (four color CMYK) of #ab381d color hex is 0.00, 0.67, 0.83, 0.33. Web safe color of #ab381d is #993333. Color #ab381d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111000 00011101
Octal 253 70 35
Decimal 171 56 29
Hex AB 38 1D

RGB Percentages of Color #ab381d

%66.80
%21.88
%11.33

CMYK Percentages of Color #ab381d

%0
%67
%83
%33

Triadic Colors of #ab381d

#ab381d #1dab38 #381dab

Analogous Colors of #ab381d

#ab381d #ab7f1d #ab1d49

Monochromatic Colors of #ab381d

#ab381d

Complementary Color

#ab381d #1d90ab

#ab381d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab381d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab381d Color CSS Codes

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

#ab381d Text Font Color

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

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


#ab381d Background Color

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

This div background color is #ab381d


#ab381d Border Color

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

This div border color is #ab381d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab381d


Comments

No comments written yet.

Please login to write comment.