Color Hex Logo

#700362 Color Hex

#700362
(112,3,98)
0 Favorites   0 Comments

Color spaces of #700362

RGB 112398
HSL0.850.950.23
HSV308°97°44°
CMYK 0.000.970.13   0.56
XYZ8.91934.391711.9329
Yxy4.39170.35330.1740
Hunter Lab20.956439.2982-19.0912
CIE-Lab24.926350.8071-25.1477

#700362 color RGB value is (112,3,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000011 01100010
Octal 160 3 142
Decimal 112 3 98
Hex 70 3 62

RGB Percentages of Color #700362

%52.58
%1.41
%46.01

CMYK Percentages of Color #700362

%0
%97
%13
%56

Triadic Colors of #700362

#700362 #627003 #036270

Analogous Colors of #700362

#700362 #70032c #480370

Monochromatic Colors of #700362

#700362

Complementary Color

#700362 #037011

#700362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#700362 Color CSS Codes

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

#700362 Text Font Color

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

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


#700362 Background Color

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

This div background color is #700362


#700362 Border Color

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

This div border color is #700362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700362


Comments

No comments written yet.

Please login to write comment.