Color Hex Logo

#a82332 Color Hex

#A82332
(168,35,50)
0 Favorites   0 Comments

Color spaces of #a82332

RGB 1683550
HSL0.980.660.40
HSV353°79°66°
CMYK 0.000.790.70   0.34
XYZ17.32529.75723.9878
Yxy9.75720.55760.3140
Hunter Lab31.236544.340414.2963
CIE-Lab37.403153.312225.6560

#a82332 color RGB value is (168,35,50).

#a82332 hex color red value is 168, green value is 35 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #a82332 hue: 0.98 , saturation: 0.66 and the lightness value of a82332 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100011 00110010
Octal 250 43 62
Decimal 168 35 50
Hex A8 23 32

RGB Percentages of Color #a82332

%66.40
%13.83
%19.76

CMYK Percentages of Color #a82332

%0
%79
%70
%34

Triadic Colors of #a82332

#a82332 #32a823 #2332a8

Analogous Colors of #a82332

#a82332 #a85723 #a82375

Monochromatic Colors of #a82332

#a82332

Complementary Color

#a82332 #23a899

#a82332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82332 Color CSS Codes

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

#a82332 Text Font Color

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

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


#a82332 Background Color

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

This div background color is #a82332


#a82332 Border Color

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

This div border color is #a82332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82332


Comments

No comments written yet.

Please login to write comment.