Color Hex Logo

#695dde Color Hex

#695DDE
(105,93,222)
0 Favorites   0 Comments

Color spaces of #695dde

RGB 10593222
HSL0.680.660.62
HSV246°58°87°
CMYK 0.530.580.00   0.13
XYZ22.924916.105971.0077
Yxy16.10590.20830.1464
Hunter Lab40.132231.7342-76.8121
CIE-Lab47.113139.1990-64.6226

#695dde color RGB value is (105,93,222).

#695dde hex color red value is 105, green value is 93 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #695dde hue: 0.68 , saturation: 0.66 and the lightness value of 695dde is 0.62.

The process color (four color CMYK) of #695dde color hex is 0.53, 0.58, 0.00, 0.13. Web safe color of #695dde is #6666cc. Color #695dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011101 11011110
Octal 151 135 336
Decimal 105 93 222
Hex 69 5D DE

RGB Percentages of Color #695dde

%25.00
%22.14
%52.86

CMYK Percentages of Color #695dde

%53
%58
%0
%13

Triadic Colors of #695dde

#695dde #de695d #5dde69

Analogous Colors of #695dde

#695dde #aa5dde #5d92de

Monochromatic Colors of #695dde

#695dde

Complementary Color

#695dde #d2de5d

#695dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#695dde Color CSS Codes

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

#695dde Text Font Color

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

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


#695dde Background Color

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

This div background color is #695dde


#695dde Border Color

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

This div border color is #695dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695dde


Comments

No comments written yet.

Please login to write comment.