Color Hex Logo

#097ffa Color Hex

#097FFA
(9,127,250)
0 Favorites   0 Comments

Color spaces of #097ffa

RGB 9127250
HSL0.590.960.51
HSV211°96°98°
CMYK 0.960.490.00   0.02
XYZ24.957322.138993.4003
Yxy22.13890.17760.1576
Hunter Lab47.052012.3389-84.7569
CIE-Lab54.174117.7023-69.0419

#097ffa color RGB value is (9,127,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01111111 11111010
Octal 11 177 372
Decimal 9 127 250
Hex 9 7F FA

RGB Percentages of Color #097ffa

%2.33
%32.90
%64.77

CMYK Percentages of Color #097ffa

%96
%49
%0
%2

Triadic Colors of #097ffa

#097ffa #fa097f #7ffa09

Analogous Colors of #097ffa

#097ffa #0c09fa #09f8fa

Monochromatic Colors of #097ffa

#097ffa

Complementary Color

#097ffa #fa8409

#097ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#097ffa Color CSS Codes

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

#097ffa Text Font Color

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

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


#097ffa Background Color

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

This div background color is #097ffa


#097ffa Border Color

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

This div border color is #097ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097ffa


Comments

No comments written yet.

Please login to write comment.