Color Hex Logo

#697efb Color Hex

#697EFB
(105,126,251)
0 Favorites   0 Comments

Color spaces of #697efb

RGB 105126251
HSL0.640.950.70
HSV231°58°98°
CMYK 0.580.500.00   0.02
XYZ30.699124.890094.4530
Yxy24.89000.20460.1659
Hunter Lab49.889922.5304-77.3267
CIE-Lab56.968128.5390-64.9359

#697efb color RGB value is (105,126,251).

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

The process color (four color CMYK) of #697efb color hex is 0.58, 0.50, 0.00, 0.02. Web safe color of #697efb is #6666ff. Color #697efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111110 11111011
Octal 151 176 373
Decimal 105 126 251
Hex 69 7E FB

RGB Percentages of Color #697efb

%21.78
%26.14
%52.07

CMYK Percentages of Color #697efb

%58
%50
%0
%2

Triadic Colors of #697efb

#697efb #fb697e #7efb69

Analogous Colors of #697efb

#697efb #9d69fb #69c7fb

Monochromatic Colors of #697efb

#697efb

Complementary Color

#697efb #fbe669

#697efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#697efb Color CSS Codes

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

#697efb Text Font Color

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

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


#697efb Background Color

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

This div background color is #697efb


#697efb Border Color

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

This div border color is #697efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697efb


Comments

No comments written yet.

Please login to write comment.