Color Hex Logo

#706798 Color Hex

#706798
(112,103,152)
0 Favorites   0 Comments

Color spaces of #706798

RGB 112103152
HSL0.700.190.50
HSV251°32°60°
CMYK 0.260.320.00   0.40
XYZ17.199815.412231.7741
Yxy15.41220.26710.2394
Hunter Lab39.25849.5019-20.5060
CIE-Lab46.193714.7362-25.4278

#706798 color RGB value is (112,103,152).

#706798 hex color red value is 112, green value is 103 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #706798 hue: 0.70 , saturation: 0.19 and the lightness value of 706798 is 0.50.

The process color (four color CMYK) of #706798 color hex is 0.26, 0.32, 0.00, 0.40. Web safe color of #706798 is #666699. Color #706798 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100111 10011000
Octal 160 147 230
Decimal 112 103 152
Hex 70 67 98

RGB Percentages of Color #706798

%30.52
%28.07
%41.42

CMYK Percentages of Color #706798

%26
%32
%0
%40

Triadic Colors of #706798

#706798 #987067 #679870

Analogous Colors of #706798

#706798 #896798 #677798

Monochromatic Colors of #706798

#706798

Complementary Color

#706798 #8f9867

#706798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706798 Color CSS Codes

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

#706798 Text Font Color

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

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


#706798 Background Color

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

This div background color is #706798


#706798 Border Color

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

This div border color is #706798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706798


Comments

No comments written yet.

Please login to write comment.