Color Hex Logo

#698ffe Color Hex

#698FFE
(105,143,254)
0 Favorites   0 Comments

Color spaces of #698ffe

RGB 105143254
HSL0.620.990.70
HSV225°59°100°
CMYK 0.590.440.00   0.00
XYZ33.537629.803997.7510
Yxy29.80390.20820.1850
Hunter Lab54.592914.1187-67.9462
CIE-Lab61.484719.3341-59.3434

#698ffe color RGB value is (105,143,254).

#698ffe hex color red value is 105, green value is 143 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #698ffe hue: 0.62 , saturation: 0.99 and the lightness value of 698ffe is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001111 11111110
Octal 151 217 376
Decimal 105 143 254
Hex 69 8F FE

RGB Percentages of Color #698ffe

%20.92
%28.49
%50.60

CMYK Percentages of Color #698ffe

%59
%44
%0
%0

Triadic Colors of #698ffe

#698ffe #fe698f #8ffe69

Analogous Colors of #698ffe

#698ffe #8e69fe #69dafe

Monochromatic Colors of #698ffe

#698ffe

Complementary Color

#698ffe #fed869

#698ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#698ffe Color CSS Codes

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

#698ffe Text Font Color

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

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


#698ffe Background Color

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

This div background color is #698ffe


#698ffe Border Color

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

This div border color is #698ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698ffe


Comments

No comments written yet.

Please login to write comment.