Color Hex Logo

#097eff Color Hex

#097EFF
(9,126,255)
0 Favorites   0 Comments

Color spaces of #097eff

RGB 9126255
HSL0.591.000.52
HSV211°96°100°
CMYK 0.960.510.00   0.00
XYZ25.623522.199897.5422
Yxy22.19980.17630.1527
Hunter Lab47.116714.6197-89.7621
CIE-Lab54.238420.2491-71.6996

#097eff color RGB value is (9,126,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01111110 11111111
Octal 11 176 377
Decimal 9 126 255
Hex 9 7E FF

RGB Percentages of Color #097eff

%2.31
%32.31
%65.38

CMYK Percentages of Color #097eff

%96
%51
%0
%0

Triadic Colors of #097eff

#097eff #ff097e #7eff09

Analogous Colors of #097eff

#097eff #0f09ff #09f9ff

Monochromatic Colors of #097eff

#097eff

Complementary Color

#097eff #ff8a09

#097eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#097eff Color CSS Codes

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

#097eff Text Font Color

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

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


#097eff Background Color

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

This div background color is #097eff


#097eff Border Color

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

This div border color is #097eff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,126,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097eff


Comments

No comments written yet.

Please login to write comment.