Color Hex Logo

#a43946 Color Hex

#A43946
(164,57,70)
0 Favorites   0 Comments

Color spaces of #a43946

RGB 1645770
HSL0.980.480.43
HSV353°65°64°
CMYK 0.000.650.57   0.36
XYZ17.878511.26107.0256
Yxy11.26100.49440.3114
Hunter Lab33.557436.374611.0772
CIE-Lab40.016645.033416.3625

#a43946 color RGB value is (164,57,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111001 01000110
Octal 244 71 106
Decimal 164 57 70
Hex A4 39 46

RGB Percentages of Color #a43946

%56.36
%19.59
%24.05

CMYK Percentages of Color #a43946

%0
%65
%57
%36

Triadic Colors of #a43946

#a43946 #46a439 #3946a4

Analogous Colors of #a43946

#a43946 #a46239 #a4397c

Monochromatic Colors of #a43946

#a43946

Complementary Color

#a43946 #39a497

#a43946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43946 Color CSS Codes

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

#a43946 Text Font Color

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

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


#a43946 Background Color

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

This div background color is #a43946


#a43946 Border Color

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

This div border color is #a43946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43946


Comments

No comments written yet.

Please login to write comment.