Color Hex Logo

#a83d1d Color Hex

#A83D1D
(168,61,29)
0 Favorites   0 Comments

Color spaces of #a83d1d

RGB 1686129
HSL0.040.710.39
HSV14°83°66°
CMYK 0.000.640.83   0.34
XYZ18.039011.75102.4798
Yxy11.75100.55900.3641
Hunter Lab34.279733.942419.7068
CIE-Lab40.817642.435641.2702

#a83d1d color RGB value is (168,61,29).

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

The process color (four color CMYK) of #a83d1d color hex is 0.00, 0.64, 0.83, 0.34. Web safe color of #a83d1d is #993333. Color #a83d1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111101 00011101
Octal 250 75 35
Decimal 168 61 29
Hex A8 3D 1D

RGB Percentages of Color #a83d1d

%65.12
%23.64
%11.24

CMYK Percentages of Color #a83d1d

%0
%64
%83
%34

Triadic Colors of #a83d1d

#a83d1d #1da83d #3d1da8

Analogous Colors of #a83d1d

#a83d1d #a8831d #a81d42

Monochromatic Colors of #a83d1d

#a83d1d

Complementary Color

#a83d1d #1d88a8

#a83d1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83d1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83d1d Color CSS Codes

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

#a83d1d Text Font Color

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

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


#a83d1d Background Color

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

This div background color is #a83d1d


#a83d1d Border Color

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

This div border color is #a83d1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83d1d


Comments

No comments written yet.

Please login to write comment.