Color Hex Logo

#a43027 Color Hex

#A43027
(164,48,39)
0 Favorites   0 Comments

Color spaces of #a43027

RGB 1644839
HSL0.010.620.40
HSV76°64°
CMYK 0.000.710.76   0.36
XYZ16.733010.15292.9972
Yxy10.15290.55990.3398
Hunter Lab31.863637.977016.7275
CIE-Lab38.115546.974032.9148

#a43027 color RGB value is (164,48,39).

#a43027 hex color red value is 164, green value is 48 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #a43027 hue: 0.01 , saturation: 0.62 and the lightness value of a43027 is 0.40.

The process color (four color CMYK) of #a43027 color hex is 0.00, 0.71, 0.76, 0.36. Web safe color of #a43027 is #993333. Color #a43027 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110000 00100111
Octal 244 60 47
Decimal 164 48 39
Hex A4 30 27

RGB Percentages of Color #a43027

%65.34
%19.12
%15.54

CMYK Percentages of Color #a43027

%0
%71
%76
%36

Triadic Colors of #a43027

#a43027 #27a430 #3027a4

Analogous Colors of #a43027

#a43027 #a46f27 #a4275d

Monochromatic Colors of #a43027

#a43027

Complementary Color

#a43027 #279ba4

#a43027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43027 Color CSS Codes

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

#a43027 Text Font Color

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

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


#a43027 Background Color

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

This div background color is #a43027


#a43027 Border Color

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

This div border color is #a43027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43027


Comments

No comments written yet.

Please login to write comment.