Color Hex Logo

#698eff Color Hex

#698EFF
(105,142,255)
0 Favorites   0 Comments

Color spaces of #698eff

RGB 105142255
HSL0.631.000.71
HSV225°59°100°
CMYK 0.590.440.00   0.00
XYZ33.548729.569398.5470
Yxy29.56930.20750.1829
Hunter Lab54.377714.9660-69.3851
CIE-Lab61.280820.2517-60.2172

#698eff color RGB value is (105,142,255).

#698eff hex color red value is 105, green value is 142 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #698eff hue: 0.63 , saturation: 1.00 and the lightness value of 698eff is 0.71.

The process color (four color CMYK) of #698eff color hex is 0.59, 0.44, 0.00, 0.00. Web safe color of #698eff is #6699ff. Color #698eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001110 11111111
Octal 151 216 377
Decimal 105 142 255
Hex 69 8E FF

RGB Percentages of Color #698eff

%20.92
%28.29
%50.80

CMYK Percentages of Color #698eff

%59
%44
%0
%0

Triadic Colors of #698eff

#698eff #ff698e #8eff69

Analogous Colors of #698eff

#698eff #8f69ff #69d9ff

Monochromatic Colors of #698eff

#698eff

Complementary Color

#698eff #ffda69

#698eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#698eff Color CSS Codes

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

#698eff Text Font Color

<p style="color:#698eff">Text here</p>

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


#698eff Background Color

<div style="background-color:#698eff">
Div content here</div>

This div background color is #698eff


#698eff Border Color

<div style="border:3px solid #698eff">
Div here</div>

This div border color is #698eff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,142,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #698eff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #698eff;
  -webkit-box-shadow: 1px 1px 3px 2px #698eff;
  box-shadow:         1px 1px 3px 2px #698eff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698eff

Related Colors


Comments

No comments written yet.

Please login to write comment.