Color Hex Logo

#697eea Color Hex

#697EEA
(105,126,234)
0 Favorites   0 Comments

Color spaces of #697eea

RGB 105126234
HSL0.640.750.66
HSV230°55°92°
CMYK 0.550.460.00   0.08
XYZ28.137823.865580.9654
Yxy23.86550.21160.1795
Hunter Lab48.852317.3203-64.0676
CIE-Lab55.952923.0958-57.1370

#697eea color RGB value is (105,126,234).

#697eea hex color red value is 105, green value is 126 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #697eea hue: 0.64 , saturation: 0.75 and the lightness value of 697eea is 0.66.

The process color (four color CMYK) of #697eea color hex is 0.55, 0.46, 0.00, 0.08. Web safe color of #697eea is #6666ff. Color #697eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111110 11101010
Octal 151 176 352
Decimal 105 126 234
Hex 69 7E EA

RGB Percentages of Color #697eea

%22.58
%27.10
%50.32

CMYK Percentages of Color #697eea

%55
%46
%0
%8

Triadic Colors of #697eea

#697eea #ea697e #7eea69

Analogous Colors of #697eea

#697eea #9569ea #69bfea

Monochromatic Colors of #697eea

#697eea

Complementary Color

#697eea #ead569

#697eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#697eea Color CSS Codes

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

#697eea Text Font Color

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

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


#697eea Background Color

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

This div background color is #697eea


#697eea Border Color

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

This div border color is #697eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697eea


Comments

No comments written yet.

Please login to write comment.