Color Hex Logo

#695877 Color Hex

#695877
(105,88,119)
0 Favorites   0 Comments

Color spaces of #695877

RGB 10588119
HSL0.760.150.41
HSV273°26°47°
CMYK 0.120.260.00   0.53
XYZ12.645211.314618.9702
Yxy11.31460.29460.2636
Hunter Lab33.63728.2383-9.8915
CIE-Lab40.105413.4165-14.9702

#695877 color RGB value is (105,88,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011000 01110111
Octal 151 130 167
Decimal 105 88 119
Hex 69 58 77

RGB Percentages of Color #695877

%33.65
%28.21
%38.14

CMYK Percentages of Color #695877

%12
%26
%0
%53

Triadic Colors of #695877

#695877 #776958 #587769

Analogous Colors of #695877

#695877 #775876 #5a5877

Monochromatic Colors of #695877

#695877

Complementary Color

#695877 #667758

#695877 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695877 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695877 Color CSS Codes

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

#695877 Text Font Color

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

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


#695877 Background Color

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

This div background color is #695877


#695877 Border Color

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

This div border color is #695877


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695877


Comments

No comments written yet.

Please login to write comment.