Color Hex Logo

#695975 Color Hex

#695975
(105,89,117)
0 Favorites   0 Comments

Color spaces of #695975

RGB 10589117
HSL0.760.140.40
HSV274°24°46°
CMYK 0.100.240.00   0.54
XYZ12.609011.432418.3717
Yxy11.43240.29730.2695
Hunter Lab33.81187.3949-8.5470
CIE-Lab40.299412.3364-13.4484

#695975 color RGB value is (105,89,117).

#695975 hex color red value is 105, green value is 89 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #695975 hue: 0.76 , saturation: 0.14 and the lightness value of 695975 is 0.40.

The process color (four color CMYK) of #695975 color hex is 0.10, 0.24, 0.00, 0.54. Web safe color of #695975 is #666666. Color #695975 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011001 01110101
Octal 151 131 165
Decimal 105 89 117
Hex 69 59 75

RGB Percentages of Color #695975

%33.76
%28.62
%37.62

CMYK Percentages of Color #695975

%10
%24
%0
%54

Triadic Colors of #695975

#695975 #756959 #597569

Analogous Colors of #695975

#695975 #755973 #5b5975

Monochromatic Colors of #695975

#695975

Complementary Color

#695975 #657559

#695975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695975 Color CSS Codes

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

#695975 Text Font Color

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

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


#695975 Background Color

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

This div background color is #695975


#695975 Border Color

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

This div border color is #695975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695975


Comments

No comments written yet.

Please login to write comment.