Color Hex Logo

#700030 Color Hex

#700030
(112,0,48)
0 Favorites   0 Comments

Color spaces of #700030

RGB 112048
HSL0.931.000.22
HSV334°100°44°
CMYK 0.001.000.57   0.56
XYZ7.21563.65813.1221
Yxy3.65810.51560.2614
Hunter Lab19.126233.87073.7100
CIE-Lab22.507345.73355.1768

#700030 color RGB value is (112,0,48).

#700030 hex color red value is 112, green value is 0 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #700030 hue: 0.93 , saturation: 1.00 and the lightness value of 700030 is 0.22.

The process color (four color CMYK) of #700030 color hex is 0.00, 1.00, 0.57, 0.56. Web safe color of #700030 is #660033. Color #700030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000000 00110000
Octal 160 0 60
Decimal 112 0 48
Hex 70 0 30

RGB Percentages of Color #700030

%70.00
%0.00
%30.00

CMYK Percentages of Color #700030

%0
%100
%57
%56

Triadic Colors of #700030

#700030 #307000 #003070

Analogous Colors of #700030

#700030 #700800 #700068

Monochromatic Colors of #700030

#700030

Complementary Color

#700030 #007040

#700030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#700030 Color CSS Codes

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

#700030 Text Font Color

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

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


#700030 Background Color

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

This div background color is #700030


#700030 Border Color

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

This div border color is #700030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700030


Comments

No comments written yet.

Please login to write comment.