Color Hex Logo

#a63849 Color Hex

#A63849
(166,56,73)
0 Favorites   0 Comments

Color spaces of #a63849

RGB 1665673
HSL0.970.500.44
HSV351°66°65°
CMYK 0.000.660.56   0.35
XYZ18.342711.41647.5401
Yxy11.41640.49180.3061
Hunter Lab33.788237.773610.4207
CIE-Lab40.273146.386014.8925

#a63849 color RGB value is (166,56,73).

#a63849 hex color red value is 166, green value is 56 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #a63849 hue: 0.97 , saturation: 0.50 and the lightness value of a63849 is 0.44.

The process color (four color CMYK) of #a63849 color hex is 0.00, 0.66, 0.56, 0.35. Web safe color of #a63849 is #993333. Color #a63849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111000 01001001
Octal 246 70 111
Decimal 166 56 73
Hex A6 38 49

RGB Percentages of Color #a63849

%56.27
%18.98
%24.75

CMYK Percentages of Color #a63849

%0
%66
%56
%35

Triadic Colors of #a63849

#a63849 #49a638 #3849a6

Analogous Colors of #a63849

#a63849 #a65e38 #a63880

Monochromatic Colors of #a63849

#a63849

Complementary Color

#a63849 #38a695

#a63849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63849 Color CSS Codes

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

#a63849 Text Font Color

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

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


#a63849 Background Color

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

This div background color is #a63849


#a63849 Border Color

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

This div border color is #a63849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63849


Comments

No comments written yet.

Please login to write comment.