Color Hex Logo

#093ff0 Color Hex

#093FF0
(9,63,240)
0 Favorites   0 Comments

Color spaces of #093ff0

RGB 963240
HSL0.630.930.49
HSV226°96°94°
CMYK 0.960.740.00   0.06
XYZ17.61839.904483.4212
Yxy9.90440.15880.0893
Hunter Lab31.471344.8535-135.1308
CIE-Lab37.670353.7502-90.4724

#093ff0 color RGB value is (9,63,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111111 11110000
Octal 11 77 360
Decimal 9 63 240
Hex 9 3F F0

RGB Percentages of Color #093ff0

%2.88
%20.19
%76.92

CMYK Percentages of Color #093ff0

%96
%74
%0
%6

Triadic Colors of #093ff0

#093ff0 #f0093f #3ff009

Analogous Colors of #093ff0

#093ff0 #4609f0 #09b3f0

Monochromatic Colors of #093ff0

#093ff0

Complementary Color

#093ff0 #f0ba09

#093ff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093ff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093ff0 Color CSS Codes

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

#093ff0 Text Font Color

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

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


#093ff0 Background Color

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

This div background color is #093ff0


#093ff0 Border Color

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

This div border color is #093ff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093ff0


Comments

No comments written yet.

Please login to write comment.