Color Hex Logo

#093dff Color Hex

#093DFF
(9,61,255)
0 Favorites   0 Comments

Color spaces of #093dff

RGB 961255
HSL0.631.000.52
HSV227°96°100°
CMYK 0.960.760.00   0.00
XYZ19.831410.615695.6115
Yxy10.61560.15730.0842
Hunter Lab32.581651.6296-151.1809
CIE-Lab38.925459.8099-96.8208

#093dff color RGB value is (9,61,255).

#093dff hex color red value is 9, green value is 61 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #093dff hue: 0.63 , saturation: 1.00 and the lightness value of 093dff is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111101 11111111
Octal 11 75 377
Decimal 9 61 255
Hex 9 3D FF

RGB Percentages of Color #093dff

%2.77
%18.77
%78.46

CMYK Percentages of Color #093dff

%96
%76
%0
%0

Triadic Colors of #093dff

#093dff #ff093d #3dff09

Analogous Colors of #093dff

#093dff #5009ff #09b8ff

Monochromatic Colors of #093dff

#093dff

Complementary Color

#093dff #ffcb09

#093dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#093dff Color CSS Codes

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

#093dff Text Font Color

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

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


#093dff Background Color

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

This div background color is #093dff


#093dff Border Color

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

This div border color is #093dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093dff


Comments

No comments written yet.

Please login to write comment.