Color Hex Logo

#0393ea Color Hex

#0393EA
(3,147,234)
0 Favorites   0 Comments

Color spaces of #0393ea

RGB 3147234
HSL0.560.970.46
HSV203°99°92°
CMYK 0.990.370.00   0.08
XYZ25.322626.827381.6854
Yxy26.82730.18920.2005
Hunter Lab51.7951-3.3728-57.2490
CIE-Lab58.8141-0.7434-52.7393

#0393ea color RGB value is (3,147,234).

#0393ea hex color red value is 3, green value is 147 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #0393ea hue: 0.56 , saturation: 0.97 and the lightness value of 0393ea is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 10010011 11101010
Octal 3 223 352
Decimal 3 147 234
Hex 3 93 EA

RGB Percentages of Color #0393ea

%0.78
%38.28
%60.94

CMYK Percentages of Color #0393ea

%99
%37
%0
%8

Triadic Colors of #0393ea

#0393ea #ea0393 #93ea03

Analogous Colors of #0393ea

#0393ea #0320ea #03eace

Monochromatic Colors of #0393ea

#0393ea

Complementary Color

#0393ea #ea5a03

#0393ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0393ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0393ea Color CSS Codes

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

#0393ea Text Font Color

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

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


#0393ea Background Color

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

This div background color is #0393ea


#0393ea Border Color

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

This div border color is #0393ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,147,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0393ea


Comments

No comments written yet.

Please login to write comment.