Color Hex Logo

#097fca Color Hex

#097FCA
(9,127,202)
0 Favorites   0 Comments

Color spaces of #097fca

RGB 9127202
HSL0.560.910.41
HSV203°96°79°
CMYK 0.960.370.00   0.21
XYZ18.362719.501158.6734
Yxy19.50110.19020.2020
Hunter Lab44.1600-3.0559-47.8638
CIE-Lab51.2684-0.9023-46.7710

#097fca color RGB value is (9,127,202).

#097fca hex color red value is 9, green value is 127 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #097fca hue: 0.56 , saturation: 0.91 and the lightness value of 097fca is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01111111 11001010
Octal 11 177 312
Decimal 9 127 202
Hex 9 7F CA

RGB Percentages of Color #097fca

%2.66
%37.57
%59.76

CMYK Percentages of Color #097fca

%96
%37
%0
%21

Triadic Colors of #097fca

#097fca #ca097f #7fca09

Analogous Colors of #097fca

#097fca #091eca #09cab5

Monochromatic Colors of #097fca

#097fca

Complementary Color

#097fca #ca5409

#097fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#097fca Color CSS Codes

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

#097fca Text Font Color

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

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


#097fca Background Color

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

This div background color is #097fca


#097fca Border Color

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

This div border color is #097fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097fca


Comments

No comments written yet.

Please login to write comment.