Color Hex Logo

#706881 Color Hex

#706881
(112,104,129)
0 Favorites   0 Comments

Color spaces of #706881

RGB 112104129
HSL0.720.110.46
HSV259°19°51°
CMYK 0.130.190.00   0.49
XYZ15.594914.930422.8288
Yxy14.93040.29230.2798
Hunter Lab38.63994.4221-7.9812
CIE-Lab45.53878.4742-12.7137

#706881 color RGB value is (112,104,129).

#706881 hex color red value is 112, green value is 104 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #706881 hue: 0.72 , saturation: 0.11 and the lightness value of 706881 is 0.46.

The process color (four color CMYK) of #706881 color hex is 0.13, 0.19, 0.00, 0.49. Web safe color of #706881 is #666699. Color #706881 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101000 10000001
Octal 160 150 201
Decimal 112 104 129
Hex 70 68 81

RGB Percentages of Color #706881

%32.46
%30.14
%37.39

CMYK Percentages of Color #706881

%13
%19
%0
%49

Triadic Colors of #706881

#706881 #817068 #688170

Analogous Colors of #706881

#706881 #7d6881 #686d81

Monochromatic Colors of #706881

#706881

Complementary Color

#706881 #798168

#706881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706881 Color CSS Codes

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

#706881 Text Font Color

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

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


#706881 Background Color

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

This div background color is #706881


#706881 Border Color

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

This div border color is #706881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706881


Comments

No comments written yet.

Please login to write comment.