Color Hex Logo

#093bda Color Hex

#093BDA
(9,59,218)
0 Favorites   0 Comments

Color spaces of #093bda

RGB 959218
HSL0.630.920.45
HSV226°96°85°
CMYK 0.960.730.00   0.15
XYZ14.33158.248067.1663
Yxy8.24800.15970.0919
Hunter Lab28.719338.8161-118.5588
CIE-Lab34.494148.4792-83.1938

#093bda color RGB value is (9,59,218).

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

The process color (four color CMYK) of #093bda color hex is 0.96, 0.73, 0.00, 0.15. Web safe color of #093bda is #0033cc. Color #093bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111011 11011010
Octal 11 73 332
Decimal 9 59 218
Hex 9 3B DA

RGB Percentages of Color #093bda

%3.15
%20.63
%76.22

CMYK Percentages of Color #093bda

%96
%73
%0
%15

Triadic Colors of #093bda

#093bda #da093b #3bda09

Analogous Colors of #093bda

#093bda #3f09da #09a4da

Monochromatic Colors of #093bda

#093bda

Complementary Color

#093bda #daa809

#093bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#093bda Color CSS Codes

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

#093bda Text Font Color

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

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


#093bda Background Color

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

This div background color is #093bda


#093bda Border Color

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

This div border color is #093bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093bda


Comments

No comments written yet.

Please login to write comment.