Color Hex Logo

#098ffa Color Hex

#098FFA
(9,143,250)
0 Favorites   0 Comments

Color spaces of #098ffa

RGB 9143250
HSL0.570.960.51
HSV207°96°98°
CMYK 0.960.430.00   0.02
XYZ27.190426.605194.1447
Yxy26.60510.18380.1798
Hunter Lab51.58013.8308-72.1108
CIE-Lab58.60707.8728-61.9024

#098ffa color RGB value is (9,143,250).

#098ffa hex color red value is 9, green value is 143 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #098ffa hue: 0.57 , saturation: 0.96 and the lightness value of 098ffa is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001111 11111010
Octal 11 217 372
Decimal 9 143 250
Hex 9 8F FA

RGB Percentages of Color #098ffa

%2.24
%35.57
%62.19

CMYK Percentages of Color #098ffa

%96
%43
%0
%2

Triadic Colors of #098ffa

#098ffa #fa098f #8ffa09

Analogous Colors of #098ffa

#098ffa #0916fa #09faed

Monochromatic Colors of #098ffa

#098ffa

Complementary Color

#098ffa #fa7409

#098ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#098ffa Color CSS Codes

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

#098ffa Text Font Color

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

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


#098ffa Background Color

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

This div background color is #098ffa


#098ffa Border Color

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

This div border color is #098ffa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,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 #098ffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098ffa


Comments

No comments written yet.

Please login to write comment.