Color Hex Logo

#a83932 Color Hex

#A83932
(168,57,50)
0 Favorites   0 Comments

Color spaces of #a83932

RGB 1685750
HSL0.010.540.43
HSV70°66°
CMYK 0.000.660.70   0.34
XYZ18.187311.48144.2752
Yxy11.48140.53580.3382
Hunter Lab33.884236.512216.2383
CIE-Lab40.379745.108329.2294

#a83932 color RGB value is (168,57,50).

#a83932 hex color red value is 168, green value is 57 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #a83932 hue: 0.01 , saturation: 0.54 and the lightness value of a83932 is 0.43.

The process color (four color CMYK) of #a83932 color hex is 0.00, 0.66, 0.70, 0.34. Web safe color of #a83932 is #993333. Color #a83932 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111001 00110010
Octal 250 71 62
Decimal 168 57 50
Hex A8 39 32

RGB Percentages of Color #a83932

%61.09
%20.73
%18.18

CMYK Percentages of Color #a83932

%0
%66
%70
%34

Triadic Colors of #a83932

#a83932 #32a839 #3932a8

Analogous Colors of #a83932

#a83932 #a87432 #a83266

Monochromatic Colors of #a83932

#a83932

Complementary Color

#a83932 #32a1a8

#a83932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83932 Color CSS Codes

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

#a83932 Text Font Color

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

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


#a83932 Background Color

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

This div background color is #a83932


#a83932 Border Color

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

This div border color is #a83932


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,57,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83932


Comments

No comments written yet.

Please login to write comment.