Color Hex Logo

#695888 Color Hex

#695888
(105,88,136)
0 Favorites   0 Comments

Color spaces of #695888

RGB 10588136
HSL0.730.210.44
HSV261°35°53°
CMYK 0.230.350.00   0.47
XYZ13.759411.760324.8373
Yxy11.76030.27320.2335
Hunter Lab34.293311.6058-18.9361
CIE-Lab40.832617.5688-24.2147

#695888 color RGB value is (105,88,136).

#695888 hex color red value is 105, green value is 88 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #695888 hue: 0.73 , saturation: 0.21 and the lightness value of 695888 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011000 10001000
Octal 151 130 210
Decimal 105 88 136
Hex 69 58 88

RGB Percentages of Color #695888

%31.91
%26.75
%41.34

CMYK Percentages of Color #695888

%23
%35
%0
%47

Triadic Colors of #695888

#695888 #886958 #588869

Analogous Colors of #695888

#695888 #815888 #585f88

Monochromatic Colors of #695888

#695888

Complementary Color

#695888 #778858

#695888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695888 Color CSS Codes

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

#695888 Text Font Color

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

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


#695888 Background Color

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

This div background color is #695888


#695888 Border Color

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

This div border color is #695888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695888


Comments

No comments written yet.

Please login to write comment.