Color Hex Logo

#702020 Color Hex

#702020
(112,32,32)
0 Favorites   0 Comments

Color spaces of #702020

RGB 1123232
HSL0.000.560.28
HSV71°44°
CMYK 0.000.710.71   0.56
XYZ7.45934.58211.8578
Yxy4.58210.53670.3297
Hunter Lab21.405824.74179.8383
CIE-Lab25.509435.150720.0795

#702020 color RGB value is (112,32,32).

#702020 hex color red value is 112, green value is 32 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #702020 hue: 0.00 , saturation: 0.56 and the lightness value of 702020 is 0.28.

The process color (four color CMYK) of #702020 color hex is 0.00, 0.71, 0.71, 0.56. Web safe color of #702020 is #663333. Color #702020 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100000 00100000
Octal 160 40 40
Decimal 112 32 32
Hex 70 20 20

RGB Percentages of Color #702020

%63.64
%18.18
%18.18

CMYK Percentages of Color #702020

%0
%71
%71
%56

Triadic Colors of #702020

#702020 #207020 #202070

Analogous Colors of #702020

#702020 #704820 #702048

Monochromatic Colors of #702020

#702020

Complementary Color

#702020 #207070

#702020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702020 Color CSS Codes

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

#702020 Text Font Color

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

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


#702020 Background Color

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

This div background color is #702020


#702020 Border Color

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

This div border color is #702020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702020

#702020 Color Palettes


Comments

No comments written yet.

Please login to write comment.