Color Hex Logo

#097afd Color Hex

#097AFD
(9,122,253)
0 Favorites   0 Comments

Color spaces of #097afd

RGB 9122253
HSL0.590.980.51
HSV212°96°99°
CMYK 0.960.520.00   0.01
XYZ24.801821.069095.6880
Yxy21.06900.17520.1488
Hunter Lab45.901016.1227-91.4689
CIE-Lab53.024921.9891-72.5622

#097afd color RGB value is (9,122,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01111010 11111101
Octal 11 172 375
Decimal 9 122 253
Hex 9 7A FD

RGB Percentages of Color #097afd

%2.34
%31.77
%65.89

CMYK Percentages of Color #097afd

%96
%52
%0
%1

Triadic Colors of #097afd

#097afd #fd097a #7afd09

Analogous Colors of #097afd

#097afd #1209fd #09f4fd

Monochromatic Colors of #097afd

#097afd

Complementary Color

#097afd #fd8c09

#097afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#097afd Color CSS Codes

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

#097afd Text Font Color

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

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


#097afd Background Color

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

This div background color is #097afd


#097afd Border Color

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

This div border color is #097afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097afd

Related Colors


Comments

No comments written yet.

Please login to write comment.