Color Hex Logo

#697ded Color Hex

#697DED
(105,125,237)
0 Favorites   0 Comments

Color spaces of #697ded

RGB 105125237
HSL0.640.790.67
HSV231°56°93°
CMYK 0.560.470.00   0.07
XYZ28.445423.784983.2125
Yxy23.78490.21000.1756
Hunter Lab48.769818.7646-67.0236
CIE-Lab55.871824.6553-58.9378

#697ded color RGB value is (105,125,237).

#697ded hex color red value is 105, green value is 125 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #697ded hue: 0.64 , saturation: 0.79 and the lightness value of 697ded is 0.67.

The process color (four color CMYK) of #697ded color hex is 0.56, 0.47, 0.00, 0.07. Web safe color of #697ded is #6666ff. Color #697ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111101 11101101
Octal 151 175 355
Decimal 105 125 237
Hex 69 7D ED

RGB Percentages of Color #697ded

%22.48
%26.77
%50.75

CMYK Percentages of Color #697ded

%56
%47
%0
%7

Triadic Colors of #697ded

#697ded #ed697d #7ded69

Analogous Colors of #697ded

#697ded #9769ed #69bfed

Monochromatic Colors of #697ded

#697ded

Complementary Color

#697ded #edd969

#697ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#697ded Color CSS Codes

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

#697ded Text Font Color

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

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


#697ded Background Color

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

This div background color is #697ded


#697ded Border Color

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

This div border color is #697ded


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,125,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #697ded; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #697ded;
  -webkit-box-shadow: 1px 1px 3px 2px #697ded;
  box-shadow:         1px 1px 3px 2px #697ded; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697ded


Comments

No comments written yet.

Please login to write comment.