Color Hex Logo

#a3393d Color Hex

#A3393D
(163,57,61)
0 Favorites   0 Comments

Color spaces of #a3393d

RGB 1635761
HSL0.990.480.43
HSV358°65°64°
CMYK 0.000.650.63   0.36
XYZ17.409711.04975.6301
Yxy11.04970.51070.3241
Hunter Lab33.241135.315713.2267
CIE-Lab39.664144.026921.4624

#a3393d color RGB value is (163,57,61).

#a3393d hex color red value is 163, green value is 57 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #a3393d hue: 0.99 , saturation: 0.48 and the lightness value of a3393d is 0.43.

The process color (four color CMYK) of #a3393d color hex is 0.00, 0.65, 0.63, 0.36. Web safe color of #a3393d is #993333. Color #a3393d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111001 00111101
Octal 243 71 75
Decimal 163 57 61
Hex A3 39 3D

RGB Percentages of Color #a3393d

%58.01
%20.28
%21.71

CMYK Percentages of Color #a3393d

%0
%65
%63
%36

Triadic Colors of #a3393d

#a3393d #3da339 #393da3

Analogous Colors of #a3393d

#a3393d #a36a39 #a33972

Monochromatic Colors of #a3393d

#a3393d

Complementary Color

#a3393d #39a39f

#a3393d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3393d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3393d Color CSS Codes

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

#a3393d Text Font Color

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

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


#a3393d Background Color

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

This div background color is #a3393d


#a3393d Border Color

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

This div border color is #a3393d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3393d


Comments

No comments written yet.

Please login to write comment.