Color Hex Logo

#a70230 Color Hex

#A70230
(167,2,48)
0 Favorites   0 Comments

Color spaces of #a70230

RGB 167248
HSL0.950.980.33
HSV343°99°65°
CMYK 0.000.990.71   0.35
XYZ16.49168.47233.5624
Yxy8.47230.57810.2970
Hunter Lab29.107250.197113.1186
CIE-Lab34.947859.273823.8737

#a70230 color RGB value is (167,2,48).

#a70230 hex color red value is 167, green value is 2 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #a70230 hue: 0.95 , saturation: 0.98 and the lightness value of a70230 is 0.33.

The process color (four color CMYK) of #a70230 color hex is 0.00, 0.99, 0.71, 0.35. Web safe color of #a70230 is #990033. Color #a70230 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000010 00110000
Octal 247 2 60
Decimal 167 2 48
Hex A7 2 30

RGB Percentages of Color #a70230

%76.96
%0.92
%22.12

CMYK Percentages of Color #a70230

%0
%99
%71
%35

Triadic Colors of #a70230

#a70230 #30a702 #0230a7

Analogous Colors of #a70230

#a70230 #a72702 #a70283

Monochromatic Colors of #a70230

#a70230

Complementary Color

#a70230 #02a779

#a70230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70230 Color CSS Codes

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

#a70230 Text Font Color

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

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


#a70230 Background Color

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

This div background color is #a70230


#a70230 Border Color

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

This div border color is #a70230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70230


Comments

No comments written yet.

Please login to write comment.