Color Hex Logo

#a43443 Color Hex

#A43443
(164,52,67)
0 Favorites   0 Comments

Color spaces of #a43443

RGB 1645267
HSL0.980.520.42
HSV352°68°64°
CMYK 0.000.680.59   0.36
XYZ17.551010.75376.4608
Yxy10.75370.50480.3093
Hunter Lab32.792838.147211.2737
CIE-Lab39.162546.954917.0998

#a43443 color RGB value is (164,52,67).

#a43443 hex color red value is 164, green value is 52 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #a43443 hue: 0.98 , saturation: 0.52 and the lightness value of a43443 is 0.42.

The process color (four color CMYK) of #a43443 color hex is 0.00, 0.68, 0.59, 0.36. Web safe color of #a43443 is #993333. Color #a43443 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110100 01000011
Octal 244 64 103
Decimal 164 52 67
Hex A4 34 43

RGB Percentages of Color #a43443

%57.95
%18.37
%23.67

CMYK Percentages of Color #a43443

%0
%68
%59
%36

Triadic Colors of #a43443

#a43443 #43a434 #3443a4

Analogous Colors of #a43443

#a43443 #a45d34 #a4347b

Monochromatic Colors of #a43443

#a43443

Complementary Color

#a43443 #34a495

#a43443 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43443 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43443 Color CSS Codes

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

#a43443 Text Font Color

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

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


#a43443 Background Color

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

This div background color is #a43443


#a43443 Border Color

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

This div border color is #a43443


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43443


Comments

No comments written yet.

Please login to write comment.