Color Hex Logo

#70839f Color Hex

#70839F
(112,131,159)
0 Favorites   0 Comments

Color spaces of #70839f

RGB 112131159
HSL0.600.200.53
HSV216°30°62°
CMYK 0.300.180.00   0.38
XYZ21.056422.180535.9724
Yxy22.18050.26580.2800
Hunter Lab47.0962-2.6121-12.3188
CIE-Lab54.2180-0.1221-17.1955

#70839f color RGB value is (112,131,159).

#70839f hex color red value is 112, green value is 131 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #70839f hue: 0.60 , saturation: 0.20 and the lightness value of 70839f is 0.53.

The process color (four color CMYK) of #70839f color hex is 0.30, 0.18, 0.00, 0.38. Web safe color of #70839f is #669999. Color #70839f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000011 10011111
Octal 160 203 237
Decimal 112 131 159
Hex 70 83 9F

RGB Percentages of Color #70839f

%27.86
%32.59
%39.55

CMYK Percentages of Color #70839f

%30
%18
%0
%38

Triadic Colors of #70839f

#70839f #9f7083 #839f70

Analogous Colors of #70839f

#70839f #75709f #709b9f

Monochromatic Colors of #70839f

#70839f

Complementary Color

#70839f #9f8c70

#70839f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70839f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70839f Color CSS Codes

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

#70839f Text Font Color

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

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


#70839f Background Color

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

This div background color is #70839f


#70839f Border Color

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

This div border color is #70839f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70839f


Comments

No comments written yet.

Please login to write comment.