Color Hex Logo

#700330 Color Hex

#700330
(112,3,48)
0 Favorites   0 Comments

Color spaces of #700330

RGB 112348
HSL0.930.950.23
HSV335°97°44°
CMYK 0.000.970.57   0.56
XYZ7.24823.72333.1329
Yxy3.72330.51390.2640
Hunter Lab19.295933.28313.8807
CIE-Lab22.734745.07155.4984

#700330 color RGB value is (112,3,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000011 00110000
Octal 160 3 60
Decimal 112 3 48
Hex 70 3 30

RGB Percentages of Color #700330

%68.71
%1.84
%29.45

CMYK Percentages of Color #700330

%0
%97
%57
%56

Triadic Colors of #700330

#700330 #307003 #033070

Analogous Colors of #700330

#700330 #700d03 #700367

Monochromatic Colors of #700330

#700330

Complementary Color

#700330 #037043

#700330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#700330 Color CSS Codes

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

#700330 Text Font Color

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

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


#700330 Background Color

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

This div background color is #700330


#700330 Border Color

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

This div border color is #700330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700330


Comments

No comments written yet.

Please login to write comment.