Color Hex Logo

#700335 Color Hex

#700335
(112,3,53)
0 Favorites   0 Comments

Color spaces of #700335

RGB 112353
HSL0.920.950.23
HSV332°97°44°
CMYK 0.000.970.53   0.56
XYZ7.35733.76693.7075
Yxy3.76690.49610.2540
Hunter Lab19.408533.70022.2601
CIE-Lab22.885445.48092.2195

#700335 color RGB value is (112,3,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000011 00110101
Octal 160 3 65
Decimal 112 3 53
Hex 70 3 35

RGB Percentages of Color #700335

%66.67
%1.79
%31.55

CMYK Percentages of Color #700335

%0
%97
%53
%56

Triadic Colors of #700335

#700335 #357003 #033570

Analogous Colors of #700335

#700335 #700803 #70036c

Monochromatic Colors of #700335

#700335

Complementary Color

#700335 #03703e

#700335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#700335 Color CSS Codes

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

#700335 Text Font Color

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

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


#700335 Background Color

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

This div background color is #700335


#700335 Border Color

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

This div border color is #700335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700335


Comments

No comments written yet.

Please login to write comment.