Color Hex Logo

#70689b Color Hex

#70689B
(112,104,155)
0 Favorites   0 Comments

Color spaces of #70689b

RGB 112104155
HSL0.690.200.51
HSV249°33°61°
CMYK 0.280.330.00   0.39
XYZ17.548815.711933.1181
Yxy15.71190.26440.2367
Hunter Lab39.63829.6593-21.7906
CIE-Lab46.594214.9097-26.5819

#70689b color RGB value is (112,104,155).

#70689b hex color red value is 112, green value is 104 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #70689b hue: 0.69 , saturation: 0.20 and the lightness value of 70689b is 0.51.

The process color (four color CMYK) of #70689b color hex is 0.28, 0.33, 0.00, 0.39. Web safe color of #70689b is #666699. Color #70689b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101000 10011011
Octal 160 150 233
Decimal 112 104 155
Hex 70 68 9B

RGB Percentages of Color #70689b

%30.19
%28.03
%41.78

CMYK Percentages of Color #70689b

%28
%33
%0
%39

Triadic Colors of #70689b

#70689b #9b7068 #689b70

Analogous Colors of #70689b

#70689b #8a689b #687a9b

Monochromatic Colors of #70689b

#70689b

Complementary Color

#70689b #939b68

#70689b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70689b Color Preview on White Background

Lorem ipsum dolor sit amet.

#70689b Color CSS Codes

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

#70689b Text Font Color

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

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


#70689b Background Color

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

This div background color is #70689b


#70689b Border Color

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

This div border color is #70689b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70689b


Comments

No comments written yet.

Please login to write comment.