Color Hex Logo

#70738c Color Hex

#70738C
(112,115,140)
0 Favorites   0 Comments

Color spaces of #70738c

RGB 112115140
HSL0.650.110.49
HSV234°20°55°
CMYK 0.200.180.00   0.45
XYZ17.546417.599727.2832
Yxy17.59970.28110.2819
Hunter Lab41.95201.2415-9.1925
CIE-Lab49.00694.4971-14.0074

#70738c color RGB value is (112,115,140).

#70738c hex color red value is 112, green value is 115 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #70738c hue: 0.65 , saturation: 0.11 and the lightness value of 70738c is 0.49.

The process color (four color CMYK) of #70738c color hex is 0.20, 0.18, 0.00, 0.45. Web safe color of #70738c is #666699. Color #70738c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110011 10001100
Octal 160 163 214
Decimal 112 115 140
Hex 70 73 8C

RGB Percentages of Color #70738c

%30.52
%31.34
%38.15

CMYK Percentages of Color #70738c

%20
%18
%0
%45

Triadic Colors of #70738c

#70738c #8c7073 #738c70

Analogous Colors of #70738c

#70738c #7b708c #70818c

Monochromatic Colors of #70738c

#70738c

Complementary Color

#70738c #8c8970

#70738c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70738c Color Preview on White Background

Lorem ipsum dolor sit amet.

#70738c Color CSS Codes

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

#70738c Text Font Color

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

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


#70738c Background Color

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

This div background color is #70738c


#70738c Border Color

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

This div border color is #70738c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70738c


Comments

No comments written yet.

Please login to write comment.