Color Hex Logo

#706394 Color Hex

#706394
(112,99,148)
0 Favorites   0 Comments

Color spaces of #706394

RGB 11299148
HSL0.710.200.48
HSV256°33°58°
CMYK 0.240.330.00   0.42
XYZ16.489214.506529.9479
Yxy14.50650.27060.2380
Hunter Lab38.087410.6252-19.9582
CIE-Lab44.950716.1440-24.9790

#706394 color RGB value is (112,99,148).

#706394 hex color red value is 112, green value is 99 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #706394 hue: 0.71 , saturation: 0.20 and the lightness value of 706394 is 0.48.

The process color (four color CMYK) of #706394 color hex is 0.24, 0.33, 0.00, 0.42. Web safe color of #706394 is #666699. Color #706394 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100011 10010100
Octal 160 143 224
Decimal 112 99 148
Hex 70 63 94

RGB Percentages of Color #706394

%31.20
%27.58
%41.23

CMYK Percentages of Color #706394

%24
%33
%0
%42

Triadic Colors of #706394

#706394 #947063 #639470

Analogous Colors of #706394

#706394 #896394 #636f94

Monochromatic Colors of #706394

#706394

Complementary Color

#706394 #879463

#706394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706394 Color CSS Codes

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

#706394 Text Font Color

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

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


#706394 Background Color

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

This div background color is #706394


#706394 Border Color

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

This div border color is #706394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706394


Comments

No comments written yet.

Please login to write comment.