Color Hex Logo

#695056 Color Hex

#695056
(105,80,86)
0 Favorites   0 Comments

Color spaces of #695056

RGB 1058086
HSL0.960.140.36
HSV346°24°41°
CMYK 0.000.240.18   0.59
XYZ10.37419.412510.0741
Yxy9.41250.34740.3152
Hunter Lab30.67986.66852.0072
CIE-Lab36.766711.50760.5193

#695056 color RGB value is (105,80,86).

#695056 hex color red value is 105, green value is 80 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #695056 hue: 0.96 , saturation: 0.14 and the lightness value of 695056 is 0.36.

The process color (four color CMYK) of #695056 color hex is 0.00, 0.24, 0.18, 0.59. Web safe color of #695056 is #666666. Color #695056 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01010000 01010110
Octal 151 120 126
Decimal 105 80 86
Hex 69 50 56

RGB Percentages of Color #695056

%38.75
%29.52
%31.73

CMYK Percentages of Color #695056

%0
%24
%18
%59

Triadic Colors of #695056

#695056 #566950 #505669

Analogous Colors of #695056

#695056 #695750 #695063

Monochromatic Colors of #695056

#695056

Complementary Color

#695056 #506963

#695056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695056 Color CSS Codes

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

#695056 Text Font Color

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

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


#695056 Background Color

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

This div background color is #695056


#695056 Border Color

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

This div border color is #695056


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,80,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #695056; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #695056;
  -webkit-box-shadow: 1px 1px 3px 2px #695056;
  box-shadow:         1px 1px 3px 2px #695056; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,80,86, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695056


Comments

No comments written yet.

Please login to write comment.