Color Hex Logo

#695b88 Color Hex

#695B88
(105,91,136)
0 Favorites   0 Comments

Color spaces of #695b88

RGB 10591136
HSL0.720.200.45
HSV259°33°53°
CMYK 0.230.330.00   0.47
XYZ14.010712.263024.9211
Yxy12.26300.27370.2395
Hunter Lab35.018610.1342-17.6810
CIE-Lab41.631115.7157-22.9753

#695b88 color RGB value is (105,91,136).

#695b88 hex color red value is 105, green value is 91 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #695b88 hue: 0.72 , saturation: 0.20 and the lightness value of 695b88 is 0.45.

The process color (four color CMYK) of #695b88 color hex is 0.23, 0.33, 0.00, 0.47. Web safe color of #695b88 is #666699. Color #695b88 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011011 10001000
Octal 151 133 210
Decimal 105 91 136
Hex 69 5B 88

RGB Percentages of Color #695b88

%31.63
%27.41
%40.96

CMYK Percentages of Color #695b88

%23
%33
%0
%47

Triadic Colors of #695b88

#695b88 #88695b #5b8869

Analogous Colors of #695b88

#695b88 #805b88 #5b6488

Monochromatic Colors of #695b88

#695b88

Complementary Color

#695b88 #7a885b

#695b88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695b88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695b88 Color CSS Codes

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

#695b88 Text Font Color

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

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


#695b88 Background Color

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

This div background color is #695b88


#695b88 Border Color

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

This div border color is #695b88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695b88


Comments

No comments written yet.

Please login to write comment.