Color Hex Logo

#702015 Color Hex

#702015
(112,32,21)
0 Favorites   0 Comments

Color spaces of #702015

RGB 1123221
HSL0.020.680.26
HSV81°44°
CMYK 0.000.710.81   0.56
XYZ7.33404.53191.1977
Yxy4.53190.56140.3469
Hunter Lab21.288324.240411.5661
CIE-Lab25.357234.601026.8261

#702015 color RGB value is (112,32,21).

#702015 hex color red value is 112, green value is 32 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #702015 hue: 0.02 , saturation: 0.68 and the lightness value of 702015 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100000 00010101
Octal 160 40 25
Decimal 112 32 21
Hex 70 20 15

RGB Percentages of Color #702015

%67.88
%19.39
%12.73

CMYK Percentages of Color #702015

%0
%71
%81
%56

Triadic Colors of #702015

#702015 #157020 #201570

Analogous Colors of #702015

#702015 #704e15 #701537

Monochromatic Colors of #702015

#702015

Complementary Color

#702015 #156570

#702015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702015 Color CSS Codes

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

#702015 Text Font Color

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

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


#702015 Background Color

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

This div background color is #702015


#702015 Border Color

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

This div border color is #702015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702015


Comments

No comments written yet.

Please login to write comment.