Color Hex Logo

#097ffe Color Hex

#097FFE
(9,127,254)
0 Favorites   0 Comments

Color spaces of #097ffe

RGB 9127254
HSL0.590.990.52
HSV211°96°100°
CMYK 0.960.500.00   0.00
XYZ25.591422.392696.7393
Yxy22.39260.17680.1547
Hunter Lab47.320813.7225-88.0837
CIE-Lab54.441119.2402-70.8196

#097ffe color RGB value is (9,127,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01111111 11111110
Octal 11 177 376
Decimal 9 127 254
Hex 9 7F FE

RGB Percentages of Color #097ffe

%2.31
%32.56
%65.13

CMYK Percentages of Color #097ffe

%96
%50
%0
%0

Triadic Colors of #097ffe

#097ffe #fe097f #7ffe09

Analogous Colors of #097ffe

#097ffe #0d09fe #09fafe

Monochromatic Colors of #097ffe

#097ffe

Complementary Color

#097ffe #fe8809

#097ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#097ffe Color CSS Codes

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

#097ffe Text Font Color

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

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


#097ffe Background Color

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

This div background color is #097ffe


#097ffe Border Color

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

This div border color is #097ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.