Color Hex Logo

#695979 Color Hex

#695979
(105,89,121)
0 Favorites   0 Comments

Color spaces of #695979

RGB 10589121
HSL0.750.150.41
HSV270°26°47°
CMYK 0.130.260.00   0.53
XYZ12.849311.528519.6372
Yxy11.52850.29190.2619
Hunter Lab33.95368.1320-10.5230
CIE-Lab40.456713.2681-15.6586

#695979 color RGB value is (105,89,121).

#695979 hex color red value is 105, green value is 89 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #695979 hue: 0.75 , saturation: 0.15 and the lightness value of 695979 is 0.41.

The process color (four color CMYK) of #695979 color hex is 0.13, 0.26, 0.00, 0.53. Web safe color of #695979 is #666666. Color #695979 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011001 01111001
Octal 151 131 171
Decimal 105 89 121
Hex 69 59 79

RGB Percentages of Color #695979

%33.33
%28.25
%38.41

CMYK Percentages of Color #695979

%13
%26
%0
%53

Triadic Colors of #695979

#695979 #796959 #597969

Analogous Colors of #695979

#695979 #795979 #595979

Monochromatic Colors of #695979

#695979

Complementary Color

#695979 #697959

#695979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695979 Color CSS Codes

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

#695979 Text Font Color

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

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


#695979 Background Color

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

This div background color is #695979


#695979 Border Color

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

This div border color is #695979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695979


Comments

No comments written yet.

Please login to write comment.