Color Hex Logo

#700782 Color Hex

#700782
(112,7,130)
0 Favorites   0 Comments

Color spaces of #700782

RGB 1127130
HSL0.810.900.27
HSV291°95°51°
CMYK 0.140.950.00   0.49
XYZ10.78735.208421.5559
Yxy5.20840.28730.1387
Hunter Lab22.821944.4337-40.0256
CIE-Lab27.320455.3554-41.8738

#700782 color RGB value is (112,7,130).

#700782 hex color red value is 112, green value is 7 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #700782 hue: 0.81 , saturation: 0.90 and the lightness value of 700782 is 0.27.

The process color (four color CMYK) of #700782 color hex is 0.14, 0.95, 0.00, 0.49. Web safe color of #700782 is #660099. Color #700782 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000111 10000010
Octal 160 7 202
Decimal 112 7 130
Hex 70 7 82

RGB Percentages of Color #700782

%44.98
%2.81
%52.21

CMYK Percentages of Color #700782

%14
%95
%0
%49

Triadic Colors of #700782

#700782 #827007 #078270

Analogous Colors of #700782

#700782 #820757 #320782

Monochromatic Colors of #700782

#700782

Complementary Color

#700782 #198207

#700782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#700782 Color CSS Codes

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

#700782 Text Font Color

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

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


#700782 Background Color

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

This div background color is #700782


#700782 Border Color

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

This div border color is #700782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700782


Comments

No comments written yet.

Please login to write comment.