Color Hex Logo

#700162 Color Hex

#700162
(112,1,98)
0 Favorites   0 Comments

Color spaces of #700162

RGB 112198
HSL0.850.980.22
HSV308°99°44°
CMYK 0.000.990.13   0.56
XYZ8.89764.348311.9256
Yxy4.34830.35350.1727
Hunter Lab20.852639.6723-19.3112
CIE-Lab24.791051.2058-25.3614

#700162 color RGB value is (112,1,98).

#700162 hex color red value is 112, green value is 1 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #700162 hue: 0.85 , saturation: 0.98 and the lightness value of 700162 is 0.22.

The process color (four color CMYK) of #700162 color hex is 0.00, 0.99, 0.13, 0.56. Web safe color of #700162 is #660066. Color #700162 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000001 01100010
Octal 160 1 142
Decimal 112 1 98
Hex 70 1 62

RGB Percentages of Color #700162

%53.08
%0.47
%46.45

CMYK Percentages of Color #700162

%0
%99
%13
%56

Triadic Colors of #700162

#700162 #627001 #016270

Analogous Colors of #700162

#700162 #70012b #470170

Monochromatic Colors of #700162

#700162

Complementary Color

#700162 #01700f

#700162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#700162 Color CSS Codes

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

#700162 Text Font Color

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

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


#700162 Background Color

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

This div background color is #700162


#700162 Border Color

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

This div border color is #700162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700162


Comments

No comments written yet.

Please login to write comment.