Color Hex Logo

#093bfa Color Hex

#093BFA
(9,59,250)
0 Favorites   0 Comments

Color spaces of #093bfa

RGB 959250
HSL0.630.960.51
HSV228°96°98°
CMYK 0.960.760.00   0.02
XYZ18.931910.088191.3919
Yxy10.08810.15720.0838
Hunter Lab31.761850.8135-148.3689
CIE-Lab38.000159.2449-95.5561

#093bfa color RGB value is (9,59,250).

#093bfa hex color red value is 9, green value is 59 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #093bfa hue: 0.63 , saturation: 0.96 and the lightness value of 093bfa is 0.51.

The process color (four color CMYK) of #093bfa color hex is 0.96, 0.76, 0.00, 0.02. Web safe color of #093bfa is #0033ff. Color #093bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111011 11111010
Octal 11 73 372
Decimal 9 59 250
Hex 9 3B FA

RGB Percentages of Color #093bfa

%2.83
%18.55
%78.62

CMYK Percentages of Color #093bfa

%96
%76
%0
%2

Triadic Colors of #093bfa

#093bfa #fa093b #3bfa09

Analogous Colors of #093bfa

#093bfa #4f09fa #09b4fa

Monochromatic Colors of #093bfa

#093bfa

Complementary Color

#093bfa #fac809

#093bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#093bfa Color CSS Codes

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

#093bfa Text Font Color

<p style="color:#093bfa">Text here</p>

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


#093bfa Background Color

<div style="background-color:#093bfa">
Div content here</div>

This div background color is #093bfa


#093bfa Border Color

<div style="border:3px solid #093bfa">
Div here</div>

This div border color is #093bfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,59,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #093bfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #093bfa;
  -webkit-box-shadow: 1px 1px 3px 2px #093bfa;
  box-shadow:         1px 1px 3px 2px #093bfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093bfa


Comments

No comments written yet.

Please login to write comment.