Color Hex Logo

#698ffa Color Hex

#698FFA
(105,143,250)
0 Favorites   0 Comments

Color spaces of #698ffa

RGB 105143250
HSL0.620.940.70
HSV224°58°98°
CMYK 0.580.430.00   0.02
XYZ32.903529.550394.4121
Yxy29.55030.20980.1884
Hunter Lab54.360212.9134-64.9220
CIE-Lab61.264318.0432-57.5012

#698ffa color RGB value is (105,143,250).

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

The process color (four color CMYK) of #698ffa color hex is 0.58, 0.43, 0.00, 0.02. Web safe color of #698ffa is #6699ff. Color #698ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001111 11111010
Octal 151 217 372
Decimal 105 143 250
Hex 69 8F FA

RGB Percentages of Color #698ffa

%21.08
%28.71
%50.20

CMYK Percentages of Color #698ffa

%58
%43
%0
%2

Triadic Colors of #698ffa

#698ffa #fa698f #8ffa69

Analogous Colors of #698ffa

#698ffa #8c69fa #69d8fa

Monochromatic Colors of #698ffa

#698ffa

Complementary Color

#698ffa #fad469

#698ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#698ffa Color CSS Codes

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

#698ffa Text Font Color

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

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


#698ffa Background Color

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

This div background color is #698ffa


#698ffa Border Color

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

This div border color is #698ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698ffa


Comments

No comments written yet.

Please login to write comment.