Color Hex Logo

#097dcf Color Hex

#097DCF
(9,125,207)
0 Favorites   0 Comments

Color spaces of #097dcf

RGB 9125207
HSL0.570.920.42
HSV205°96°81°
CMYK 0.960.400.00   0.19
XYZ18.708819.230361.7572
Yxy19.23030.18770.1929
Hunter Lab43.8524-0.5879-52.8013
CIE-Lab50.95562.2507-50.1132

#097dcf color RGB value is (9,125,207).

#097dcf hex color red value is 9, green value is 125 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #097dcf hue: 0.57 , saturation: 0.92 and the lightness value of 097dcf is 0.42.

The process color (four color CMYK) of #097dcf color hex is 0.96, 0.40, 0.00, 0.19. Web safe color of #097dcf is #0066cc. Color #097dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01111101 11001111
Octal 11 175 317
Decimal 9 125 207
Hex 9 7D CF

RGB Percentages of Color #097dcf

%2.64
%36.66
%60.70

CMYK Percentages of Color #097dcf

%96
%40
%0
%19

Triadic Colors of #097dcf

#097dcf #cf097d #7dcf09

Analogous Colors of #097dcf

#097dcf #091acf #09cfbe

Monochromatic Colors of #097dcf

#097dcf

Complementary Color

#097dcf #cf5b09

#097dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#097dcf Color CSS Codes

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

#097dcf Text Font Color

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

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


#097dcf Background Color

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

This div background color is #097dcf


#097dcf Border Color

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

This div border color is #097dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097dcf


Comments

No comments written yet.

Please login to write comment.