Color Hex Logo

#a33127 Color Hex

#A33127
(163,49,39)
0 Favorites   0 Comments

Color spaces of #a33127

RGB 1634939
HSL0.010.610.40
HSV76°64°
CMYK 0.000.700.76   0.36
XYZ16.568810.12963.0014
Yxy10.12960.55790.3411
Hunter Lab31.827037.227816.6877
CIE-Lab38.074046.233032.8152

#a33127 color RGB value is (163,49,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110001 00100111
Octal 243 61 47
Decimal 163 49 39
Hex A3 31 27

RGB Percentages of Color #a33127

%64.94
%19.52
%15.54

CMYK Percentages of Color #a33127

%0
%70
%76
%36

Triadic Colors of #a33127

#a33127 #27a331 #3127a3

Analogous Colors of #a33127

#a33127 #a36f27 #a3275b

Monochromatic Colors of #a33127

#a33127

Complementary Color

#a33127 #2799a3

#a33127 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33127 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33127 Color CSS Codes

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

#a33127 Text Font Color

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

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


#a33127 Background Color

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

This div background color is #a33127


#a33127 Border Color

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

This div border color is #a33127


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,49,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 #a33127">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33127


Comments

No comments written yet.

Please login to write comment.