Color Hex Logo

#a63340 Color Hex

#A63340
(166,51,64)
0 Favorites   0 Comments

Color spaces of #a63340

RGB 1665164
HSL0.980.530.43
HSV353°69°65°
CMYK 0.000.690.61   0.35
XYZ17.835110.84486.0037
Yxy10.84480.51420.3127
Hunter Lab32.931439.042512.2429
CIE-Lab39.317847.813419.2525

#a63340 color RGB value is (166,51,64).

#a63340 hex color red value is 166, green value is 51 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #a63340 hue: 0.98 , saturation: 0.53 and the lightness value of a63340 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110011 01000000
Octal 246 63 100
Decimal 166 51 64
Hex A6 33 40

RGB Percentages of Color #a63340

%59.07
%18.15
%22.78

CMYK Percentages of Color #a63340

%0
%69
%61
%35

Triadic Colors of #a63340

#a63340 #40a633 #3340a6

Analogous Colors of #a63340

#a63340 #a66033 #a6337a

Monochromatic Colors of #a63340

#a63340

Complementary Color

#a63340 #33a699

#a63340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63340 Color CSS Codes

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

#a63340 Text Font Color

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

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


#a63340 Background Color

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

This div background color is #a63340


#a63340 Border Color

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

This div border color is #a63340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63340


Comments

No comments written yet.

Please login to write comment.