Color Hex Logo

#093fdf Color Hex

#093FDF
(9,63,223)
0 Favorites   0 Comments

Color spaces of #093fdf

RGB 963223
HSL0.620.920.45
HSV225°96°87°
CMYK 0.960.720.00   0.13
XYZ15.20948.940870.7362
Yxy8.94080.16030.0942
Hunter Lab29.901238.4680-119.3296
CIE-Lab35.870147.8751-83.7859

#093fdf color RGB value is (9,63,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111111 11011111
Octal 11 77 337
Decimal 9 63 223
Hex 9 3F DF

RGB Percentages of Color #093fdf

%3.05
%21.36
%75.59

CMYK Percentages of Color #093fdf

%96
%72
%0
%13

Triadic Colors of #093fdf

#093fdf #df093f #3fdf09

Analogous Colors of #093fdf

#093fdf #3e09df #09aadf

Monochromatic Colors of #093fdf

#093fdf

Complementary Color

#093fdf #dfa909

#093fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#093fdf Color CSS Codes

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

#093fdf Text Font Color

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

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


#093fdf Background Color

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

This div background color is #093fdf


#093fdf Border Color

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

This div border color is #093fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093fdf


Comments

No comments written yet.

Please login to write comment.