Color Hex Logo

#695bae Color Hex

#695BAE
(105,91,174)
0 Favorites   0 Comments

Color spaces of #695bae

RGB 10591174
HSL0.690.340.52
HSV250°48°68°
CMYK 0.400.480.00   0.32
XYZ17.206813.541441.7513
Yxy13.54140.23730.1868
Hunter Lab36.798619.0678-41.5107
CIE-Lab43.567926.0924-42.5970

#695bae color RGB value is (105,91,174).

#695bae hex color red value is 105, green value is 91 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #695bae hue: 0.69 , saturation: 0.34 and the lightness value of 695bae is 0.52.

The process color (four color CMYK) of #695bae color hex is 0.40, 0.48, 0.00, 0.32. Web safe color of #695bae is #666699. Color #695bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011011 10101110
Octal 151 133 256
Decimal 105 91 174
Hex 69 5B AE

RGB Percentages of Color #695bae

%28.38
%24.59
%47.03

CMYK Percentages of Color #695bae

%40
%48
%0
%32

Triadic Colors of #695bae

#695bae #ae695b #5bae69

Analogous Colors of #695bae

#695bae #935bae #5b77ae

Monochromatic Colors of #695bae

#695bae

Complementary Color

#695bae #a0ae5b

#695bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#695bae Color CSS Codes

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

#695bae Text Font Color

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

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


#695bae Background Color

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

This div background color is #695bae


#695bae Border Color

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

This div border color is #695bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695bae


Comments

No comments written yet.

Please login to write comment.