Color Hex Logo

#697eca Color Hex

#697ECA
(105,126,202)
0 Favorites   0 Comments

Color spaces of #697eca

RGB 105126202
HSL0.630.480.60
HSV227°48°79°
CMYK 0.480.380.00   0.21
XYZ23.947222.189258.8979
Yxy22.18920.22800.2113
Hunter Lab47.10548.3104-41.1590
CIE-Lab54.227213.0942-41.8770

#697eca color RGB value is (105,126,202).

#697eca hex color red value is 105, green value is 126 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #697eca hue: 0.63 , saturation: 0.48 and the lightness value of 697eca is 0.60.

The process color (four color CMYK) of #697eca color hex is 0.48, 0.38, 0.00, 0.21. Web safe color of #697eca is #6666cc. Color #697eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111110 11001010
Octal 151 176 312
Decimal 105 126 202
Hex 69 7E CA

RGB Percentages of Color #697eca

%24.25
%29.10
%46.65

CMYK Percentages of Color #697eca

%48
%38
%0
%21

Triadic Colors of #697eca

#697eca #ca697e #7eca69

Analogous Colors of #697eca

#697eca #8569ca #69afca

Monochromatic Colors of #697eca

#697eca

Complementary Color

#697eca #cab569

#697eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#697eca Color CSS Codes

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

#697eca Text Font Color

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

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


#697eca Background Color

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

This div background color is #697eca


#697eca Border Color

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

This div border color is #697eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697eca


Comments

No comments written yet.

Please login to write comment.