Color Hex Logo

#695a79 Color Hex

#695A79
(105,90,121)
0 Favorites   0 Comments

Color spaces of #695a79

RGB 10590121
HSL0.750.150.41
HSV269°26°47°
CMYK 0.130.260.00   0.53
XYZ12.933111.696119.6651
Yxy11.69610.29200.2641
Hunter Lab34.19967.6533-10.1527
CIE-Lab40.729012.6511-15.2427

#695a79 color RGB value is (105,90,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011010 01111001
Octal 151 132 171
Decimal 105 90 121
Hex 69 5A 79

RGB Percentages of Color #695a79

%33.23
%28.48
%38.29

CMYK Percentages of Color #695a79

%13
%26
%0
%53

Triadic Colors of #695a79

#695a79 #79695a #5a7969

Analogous Colors of #695a79

#695a79 #795a79 #5a5b79

Monochromatic Colors of #695a79

#695a79

Complementary Color

#695a79 #6a795a

#695a79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695a79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695a79 Color CSS Codes

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

#695a79 Text Font Color

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

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


#695a79 Background Color

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

This div background color is #695a79


#695a79 Border Color

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

This div border color is #695a79


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,90,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 #695a79">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695a79


Comments

No comments written yet.

Please login to write comment.