Color Hex Logo

#0307ea Color Hex

#0307EA
(3,7,234)
0 Favorites   0 Comments

Color spaces of #0307ea

RGB 37234
HSL0.660.970.46
HSV239°99°92°
CMYK 0.990.970.00   0.08
XYZ14.96486.111878.2329
Yxy6.11180.15070.0615
Hunter Lab24.722164.7864-170.3177
CIE-Lab29.692873.0382-100.3513

#0307ea color RGB value is (3,7,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 00000111 11101010
Octal 3 7 352
Decimal 3 7 234
Hex 3 7 EA

RGB Percentages of Color #0307ea

%1.23
%2.87
%95.90

CMYK Percentages of Color #0307ea

%99
%97
%0
%8

Triadic Colors of #0307ea

#0307ea #ea0307 #07ea03

Analogous Colors of #0307ea

#0307ea #7303ea #037bea

Monochromatic Colors of #0307ea

#0307ea

Complementary Color

#0307ea #eae603

#0307ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0307ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0307ea Color CSS Codes

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

#0307ea Text Font Color

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

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


#0307ea Background Color

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

This div background color is #0307ea


#0307ea Border Color

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

This div border color is #0307ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0307ea


Comments

No comments written yet.

Please login to write comment.