Color Hex Logo

#a63332 Color Hex

#A63332
(166,51,50)
0 Favorites   0 Comments

Color spaces of #a63332

RGB 1665150
HSL0.000.540.42
HSV70°65°
CMYK 0.000.690.70   0.35
XYZ17.485410.70494.1623
Yxy10.70490.54050.3309
Hunter Lab32.718338.137215.3602
CIE-Lab39.078946.959927.5904

#a63332 color RGB value is (166,51,50).

#a63332 hex color red value is 166, green value is 51 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #a63332 hue: 0.00 , saturation: 0.54 and the lightness value of a63332 is 0.42.

The process color (four color CMYK) of #a63332 color hex is 0.00, 0.69, 0.70, 0.35. Web safe color of #a63332 is #993333. Color #a63332 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110011 00110010
Octal 246 63 62
Decimal 166 51 50
Hex A6 33 32

RGB Percentages of Color #a63332

%62.17
%19.10
%18.73

CMYK Percentages of Color #a63332

%0
%69
%70
%35

Triadic Colors of #a63332

#a63332 #32a633 #3332a6

Analogous Colors of #a63332

#a63332 #a66d32 #a6326b

Monochromatic Colors of #a63332

#a63332

Complementary Color

#a63332 #32a5a6

#a63332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63332 Color CSS Codes

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

#a63332 Text Font Color

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

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


#a63332 Background Color

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

This div background color is #a63332


#a63332 Border Color

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

This div border color is #a63332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63332


Comments

No comments written yet.

Please login to write comment.