Color Hex Logo

#706099 Color Hex

#706099
(112,96,153)
0 Favorites   0 Comments

Color spaces of #706099

RGB 11296153
HSL0.710.230.49
HSV257°37°60°
CMYK 0.270.370.00   0.40
XYZ16.614714.110431.9849
Yxy14.11040.26490.2250
Hunter Lab37.563813.2150-24.1897
CIE-Lab44.390819.2630-28.8289

#706099 color RGB value is (112,96,153).

#706099 hex color red value is 112, green value is 96 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #706099 hue: 0.71 , saturation: 0.23 and the lightness value of 706099 is 0.49.

The process color (four color CMYK) of #706099 color hex is 0.27, 0.37, 0.00, 0.40. Web safe color of #706099 is #666699. Color #706099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100000 10011001
Octal 160 140 231
Decimal 112 96 153
Hex 70 60 99

RGB Percentages of Color #706099

%31.02
%26.59
%42.38

CMYK Percentages of Color #706099

%27
%37
%0
%40

Triadic Colors of #706099

#706099 #997060 #609970

Analogous Colors of #706099

#706099 #8d6099 #606d99

Monochromatic Colors of #706099

#706099

Complementary Color

#706099 #899960

#706099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706099 Color CSS Codes

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

#706099 Text Font Color

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

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


#706099 Background Color

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

This div background color is #706099


#706099 Border Color

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

This div border color is #706099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706099


Comments

No comments written yet.

Please login to write comment.