Color Hex Logo

#700682 Color Hex

#700682
(112,6,130)
0 Favorites   0 Comments

Color spaces of #700682

RGB 1126130
HSL0.810.910.27
HSV291°95°51°
CMYK 0.140.950.00   0.49
XYZ10.77655.186721.5522
Yxy5.18670.28730.1383
Hunter Lab22.774344.6087-40.1663
CIE-Lab27.260255.5343-41.9711

#700682 color RGB value is (112,6,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000110 10000010
Octal 160 6 202
Decimal 112 6 130
Hex 70 6 82

RGB Percentages of Color #700682

%45.16
%2.42
%52.42

CMYK Percentages of Color #700682

%14
%95
%0
%49

Triadic Colors of #700682

#700682 #827006 #068270

Analogous Colors of #700682

#700682 #820656 #320682

Monochromatic Colors of #700682

#700682

Complementary Color

#700682 #188206

#700682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#700682 Color CSS Codes

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

#700682 Text Font Color

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

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


#700682 Background Color

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

This div background color is #700682


#700682 Border Color

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

This div border color is #700682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700682


Comments

No comments written yet.

Please login to write comment.