Color Hex Logo

#700c35 Color Hex

#700C35
(112,12,53)
0 Favorites   0 Comments

Color spaces of #700c35

RGB 1121253
HSL0.930.810.24
HSV335°89°44°
CMYK 0.000.890.53   0.56
XYZ7.45623.96473.7404
Yxy3.96470.49180.2615
Hunter Lab19.911631.99702.8004
CIE-Lab23.554443.54763.1819

#700c35 color RGB value is (112,12,53).

#700c35 hex color red value is 112, green value is 12 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #700c35 hue: 0.93 , saturation: 0.81 and the lightness value of 700c35 is 0.24.

The process color (four color CMYK) of #700c35 color hex is 0.00, 0.89, 0.53, 0.56. Web safe color of #700c35 is #660033. Color #700c35 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001100 00110101
Octal 160 14 65
Decimal 112 12 53
Hex 70 C 35

RGB Percentages of Color #700c35

%63.28
%6.78
%29.94

CMYK Percentages of Color #700c35

%0
%89
%53
%56

Triadic Colors of #700c35

#700c35 #35700c #0c3570

Analogous Colors of #700c35

#700c35 #70150c #700c67

Monochromatic Colors of #700c35

#700c35

Complementary Color

#700c35 #0c7047

#700c35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700c35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#700c35 Color CSS Codes

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

#700c35 Text Font Color

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

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


#700c35 Background Color

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

This div background color is #700c35


#700c35 Border Color

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

This div border color is #700c35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700c35


Comments

No comments written yet.

Please login to write comment.