Color Hex Logo

#a70538 Color Hex

#A70538
(167,5,56)
0 Favorites   0 Comments

Color spaces of #a70538

RGB 167556
HSL0.950.940.34
HSV341°97°65°
CMYK 0.000.970.66   0.35
XYZ16.70448.60964.5228
Yxy8.60960.55990.2886
Hunter Lab29.342150.270911.4005
CIE-Lab35.221559.288219.0482

#a70538 color RGB value is (167,5,56).

#a70538 hex color red value is 167, green value is 5 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #a70538 hue: 0.95 , saturation: 0.94 and the lightness value of a70538 is 0.34.

The process color (four color CMYK) of #a70538 color hex is 0.00, 0.97, 0.66, 0.35. Web safe color of #a70538 is #990033. Color #a70538 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000101 00111000
Octal 247 5 70
Decimal 167 5 56
Hex A7 5 38

RGB Percentages of Color #a70538

%73.25
%2.19
%24.56

CMYK Percentages of Color #a70538

%0
%97
%66
%35

Triadic Colors of #a70538

#a70538 #38a705 #0538a7

Analogous Colors of #a70538

#a70538 #a72305 #a70589

Monochromatic Colors of #a70538

#a70538

Complementary Color

#a70538 #05a774

#a70538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70538 Color CSS Codes

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

#a70538 Text Font Color

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

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


#a70538 Background Color

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

This div background color is #a70538


#a70538 Border Color

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

This div border color is #a70538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70538


Comments

No comments written yet.

Please login to write comment.