Color Hex Logo

#093def Color Hex

#093DEF
(9,61,239)
0 Favorites   0 Comments

Color spaces of #093def

RGB 961239
HSL0.630.930.49
HSV226°96°94°
CMYK 0.960.740.00   0.06
XYZ17.36149.627682.6046
Yxy9.62760.15840.0878
Hunter Lab31.028445.5770-136.1236
CIE-Lab37.165654.5332-90.7435

#093def color RGB value is (9,61,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111101 11101111
Octal 11 75 357
Decimal 9 61 239
Hex 9 3D EF

RGB Percentages of Color #093def

%2.91
%19.74
%77.35

CMYK Percentages of Color #093def

%96
%74
%0
%6

Triadic Colors of #093def

#093def #ef093d #3def09

Analogous Colors of #093def

#093def #4809ef #09b0ef

Monochromatic Colors of #093def

#093def

Complementary Color

#093def #efbb09

#093def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093def Color Preview on White Background

Lorem ipsum dolor sit amet.

#093def Color CSS Codes

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

#093def Text Font Color

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

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


#093def Background Color

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

This div background color is #093def


#093def Border Color

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

This div border color is #093def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093def


Comments

No comments written yet.

Please login to write comment.