Color Hex Logo

#695dbd Color Hex

#695DBD
(105,93,189)
0 Favorites   0 Comments

Color spaces of #695dbd

RGB 10593189
HSL0.690.420.55
HSV248°51°74°
CMYK 0.440.510.00   0.26
XYZ18.925414.506149.9466
Yxy14.50610.22700.1740
Hunter Lab38.086922.0448-51.0913
CIE-Lab44.950229.2542-49.1588

#695dbd color RGB value is (105,93,189).

#695dbd hex color red value is 105, green value is 93 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #695dbd hue: 0.69 , saturation: 0.42 and the lightness value of 695dbd is 0.55.

The process color (four color CMYK) of #695dbd color hex is 0.44, 0.51, 0.00, 0.26. Web safe color of #695dbd is #6666cc. Color #695dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011101 10111101
Octal 151 135 275
Decimal 105 93 189
Hex 69 5D BD

RGB Percentages of Color #695dbd

%27.13
%24.03
%48.84

CMYK Percentages of Color #695dbd

%44
%51
%0
%26

Triadic Colors of #695dbd

#695dbd #bd695d #5dbd69

Analogous Colors of #695dbd

#695dbd #995dbd #5d81bd

Monochromatic Colors of #695dbd

#695dbd

Complementary Color

#695dbd #b1bd5d

#695dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#695dbd Color CSS Codes

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

#695dbd Text Font Color

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

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


#695dbd Background Color

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

This div background color is #695dbd


#695dbd Border Color

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

This div border color is #695dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695dbd


Comments

No comments written yet.

Please login to write comment.