Color Hex Logo

#0393ff Color Hex

#0393FF
(3,147,255)
0 Favorites   0 Comments

Color spaces of #0393ff

RGB 3147255
HSL0.571.000.51
HSV206°99°100°
CMYK 0.990.420.00   0.00
XYZ28.521328.106898.5297
Yxy28.10680.18380.1811
Hunter Lab53.01583.2511-73.0791
CIE-Lab59.98517.2226-62.4398

#0393ff color RGB value is (3,147,255).

#0393ff hex color red value is 3, green value is 147 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0393ff hue: 0.57 , saturation: 1.00 and the lightness value of 0393ff is 0.51.

The process color (four color CMYK) of #0393ff color hex is 0.99, 0.42, 0.00, 0.00. Web safe color of #0393ff is #0099ff. Color #0393ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10010011 11111111
Octal 3 223 377
Decimal 3 147 255
Hex 3 93 FF

RGB Percentages of Color #0393ff

%0.74
%36.30
%62.96

CMYK Percentages of Color #0393ff

%99
%42
%0
%0

Triadic Colors of #0393ff

#0393ff #ff0393 #93ff03

Analogous Colors of #0393ff

#0393ff #0315ff #03ffed

Monochromatic Colors of #0393ff

#0393ff

Complementary Color

#0393ff #ff6f03

#0393ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0393ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0393ff Color CSS Codes

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

#0393ff Text Font Color

<p style="color:#0393ff">Text here</p>

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


#0393ff Background Color

<div style="background-color:#0393ff">
Div content here</div>

This div background color is #0393ff


#0393ff Border Color

<div style="border:3px solid #0393ff">
Div here</div>

This div border color is #0393ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,147,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0393ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0393ff;
  -webkit-box-shadow: 1px 1px 3px 2px #0393ff;
  box-shadow:         1px 1px 3px 2px #0393ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,147,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 #0393ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0393ff

Related Colors


Comments

No comments written yet.

Please login to write comment.