Color Hex Logo

#697aea Color Hex

#697AEA
(105,122,234)
0 Favorites   0 Comments

Color spaces of #697aea

RGB 105122234
HSL0.640.750.66
HSV232°55°92°
CMYK 0.550.480.00   0.08
XYZ27.636522.862880.7983
Yxy22.86280.21050.1741
Hunter Lab47.815119.4944-66.7182
CIE-Lab54.930725.5108-58.7746

#697aea color RGB value is (105,122,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111010 11101010
Octal 151 172 352
Decimal 105 122 234
Hex 69 7A EA

RGB Percentages of Color #697aea

%22.78
%26.46
%50.76

CMYK Percentages of Color #697aea

%55
%48
%0
%8

Triadic Colors of #697aea

#697aea #ea697a #7aea69

Analogous Colors of #697aea

#697aea #9969ea #69bbea

Monochromatic Colors of #697aea

#697aea

Complementary Color

#697aea #ead969

#697aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#697aea Color CSS Codes

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

#697aea Text Font Color

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

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


#697aea Background Color

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

This div background color is #697aea


#697aea Border Color

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

This div border color is #697aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,122,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 #697aea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697aea


Comments

No comments written yet.

Please login to write comment.