Color Hex Logo

#a13338 Color Hex

#A13338
(161,51,56)
0 Favorites   0 Comments

Color spaces of #a13338

RGB 1615156
HSL0.990.520.42
HSV357°68°63°
CMYK 0.000.680.65   0.37
XYZ16.595610.23024.8413
Yxy10.23020.52410.3231
Hunter Lab31.984736.643513.4150
CIE-Lab38.252545.614422.6848

#a13338 color RGB value is (161,51,56).

#a13338 hex color red value is 161, green value is 51 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #a13338 hue: 0.99 , saturation: 0.52 and the lightness value of a13338 is 0.42.

The process color (four color CMYK) of #a13338 color hex is 0.00, 0.68, 0.65, 0.37. Web safe color of #a13338 is #993333. Color #a13338 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110011 00111000
Octal 241 63 70
Decimal 161 51 56
Hex A1 33 38

RGB Percentages of Color #a13338

%60.07
%19.03
%20.90

CMYK Percentages of Color #a13338

%0
%68
%65
%37

Triadic Colors of #a13338

#a13338 #38a133 #3338a1

Analogous Colors of #a13338

#a13338 #a16533 #a1336f

Monochromatic Colors of #a13338

#a13338

Complementary Color

#a13338 #33a19c

#a13338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13338 Color CSS Codes

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

#a13338 Text Font Color

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

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


#a13338 Background Color

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

This div background color is #a13338


#a13338 Border Color

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

This div border color is #a13338


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,51,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a13338; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a13338;
  -webkit-box-shadow: 1px 1px 3px 2px #a13338;
  box-shadow:         1px 1px 3px 2px #a13338; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,51,56, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13338


Comments

No comments written yet.

Please login to write comment.