Color Hex Logo

#700260 Color Hex

#700260
(112,2,96)
0 Favorites   0 Comments

Color spaces of #700260

RGB 112296
HSL0.860.960.22
HSV309°98°44°
CMYK 0.000.980.14   0.56
XYZ8.81514.332711.4380
Yxy4.33270.35850.1762
Hunter Lab20.815139.1673-18.0095
CIE-Lab24.742250.7124-24.1233

#700260 color RGB value is (112,2,96).

#700260 hex color red value is 112, green value is 2 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #700260 hue: 0.86 , saturation: 0.96 and the lightness value of 700260 is 0.22.

The process color (four color CMYK) of #700260 color hex is 0.00, 0.98, 0.14, 0.56. Web safe color of #700260 is #660066. Color #700260 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000010 01100000
Octal 160 2 140
Decimal 112 2 96
Hex 70 2 60

RGB Percentages of Color #700260

%53.33
%0.95
%45.71

CMYK Percentages of Color #700260

%0
%98
%14
%56

Triadic Colors of #700260

#700260 #607002 #026070

Analogous Colors of #700260

#700260 #700229 #490270

Monochromatic Colors of #700260

#700260

Complementary Color

#700260 #027012

#700260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#700260 Color CSS Codes

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

#700260 Text Font Color

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

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


#700260 Background Color

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

This div background color is #700260


#700260 Border Color

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

This div border color is #700260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700260


Comments

No comments written yet.

Please login to write comment.