Color Hex Logo

#70030f Color Hex

#70030F
(112,3,15)
0 Favorites   0 Comments

Color spaces of #70030f

RGB 112315
HSL0.980.950.23
HSV353°97°44°
CMYK 0.000.970.87   0.56
XYZ6.80093.54440.7776
Yxy3.54440.61140.3187
Hunter Lab18.826631.534710.7297
CIE-Lab22.104143.335026.9883

#70030f color RGB value is (112,3,15).

#70030f hex color red value is 112, green value is 3 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #70030f hue: 0.98 , saturation: 0.95 and the lightness value of 70030f is 0.23.

The process color (four color CMYK) of #70030f color hex is 0.00, 0.97, 0.87, 0.56. Web safe color of #70030f is #660000. Color #70030f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000011 00001111
Octal 160 3 17
Decimal 112 3 15
Hex 70 3 F

RGB Percentages of Color #70030f

%86.15
%2.31
%11.54

CMYK Percentages of Color #70030f

%0
%97
%87
%56

Triadic Colors of #70030f

#70030f #0f7003 #030f70

Analogous Colors of #70030f

#70030f #702e03 #700345

Monochromatic Colors of #70030f

#70030f

Complementary Color

#70030f #037064

#70030f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70030f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70030f Color CSS Codes

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

#70030f Text Font Color

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

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


#70030f Background Color

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

This div background color is #70030f


#70030f Border Color

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

This div border color is #70030f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70030f


Comments

No comments written yet.

Please login to write comment.