Color Hex Logo

#695263 Color Hex

#695263
(105,82,99)
0 Favorites   0 Comments

Color spaces of #695263

RGB 1058299
HSL0.880.120.37
HSV316°22°41°
CMYK 0.000.220.06   0.59
XYZ11.09519.938713.1380
Yxy9.93870.32470.2908
Hunter Lab31.52577.6510-2.6405
CIE-Lab37.732212.7581-6.1878

#695263 color RGB value is (105,82,99).

#695263 hex color red value is 105, green value is 82 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #695263 hue: 0.88 , saturation: 0.12 and the lightness value of 695263 is 0.37.

The process color (four color CMYK) of #695263 color hex is 0.00, 0.22, 0.06, 0.59. Web safe color of #695263 is #666666. Color #695263 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01010010 01100011
Octal 151 122 143
Decimal 105 82 99
Hex 69 52 63

RGB Percentages of Color #695263

%36.71
%28.67
%34.62

CMYK Percentages of Color #695263

%0
%22
%6
%59

Triadic Colors of #695263

#695263 #636952 #526369

Analogous Colors of #695263

#695263 #695258 #645269

Monochromatic Colors of #695263

#695263

Complementary Color

#695263 #526958

#695263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695263 Color CSS Codes

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

#695263 Text Font Color

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

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


#695263 Background Color

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

This div background color is #695263


#695263 Border Color

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

This div border color is #695263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695263


Comments

No comments written yet.

Please login to write comment.