Color Hex Logo

#697cec Color Hex

#697CEC
(105,124,236)
0 Favorites   0 Comments

Color spaces of #697cec

RGB 105124236
HSL0.640.780.67
HSV231°56°93°
CMYK 0.560.470.00   0.07
XYZ28.173723.474782.4030
Yxy23.47470.21020.1751
Hunter Lab48.450719.0076-66.9226
CIE-Lab55.558024.9397-58.8840

#697cec color RGB value is (105,124,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111100 11101100
Octal 151 174 354
Decimal 105 124 236
Hex 69 7C EC

RGB Percentages of Color #697cec

%22.58
%26.67
%50.75

CMYK Percentages of Color #697cec

%56
%47
%0
%7

Triadic Colors of #697cec

#697cec #ec697c #7cec69

Analogous Colors of #697cec

#697cec #9869ec #69beec

Monochromatic Colors of #697cec

#697cec

Complementary Color

#697cec #ecd969

#697cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#697cec Color CSS Codes

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

#697cec Text Font Color

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

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


#697cec Background Color

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

This div background color is #697cec


#697cec Border Color

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

This div border color is #697cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697cec


Comments

No comments written yet.

Please login to write comment.