Color Hex Logo

#0730cc Color Hex

#0730CC
(7,48,204)
0 Favorites   0 Comments

Color spaces of #0730cc

RGB 748204
HSL0.630.930.41
HSV228°97°80°
CMYK 0.970.760.00   0.20
XYZ12.04376.518757.7502
Yxy6.51870.15780.0854
Hunter Lab25.531739.5205-116.2357
CIE-Lab30.685149.9080-81.4013

#0730cc color RGB value is (7,48,204).

#0730cc hex color red value is 7, green value is 48 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0730cc hue: 0.63 , saturation: 0.93 and the lightness value of 0730cc is 0.41.

The process color (four color CMYK) of #0730cc color hex is 0.97, 0.76, 0.00, 0.20. Web safe color of #0730cc is #0033cc. Color #0730cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110000 11001100
Octal 7 60 314
Decimal 7 48 204
Hex 7 30 CC

RGB Percentages of Color #0730cc

%2.70
%18.53
%78.76

CMYK Percentages of Color #0730cc

%97
%76
%0
%20

Triadic Colors of #0730cc

#0730cc #cc0730 #30cc07

Analogous Colors of #0730cc

#0730cc #4107cc #0793cc

Monochromatic Colors of #0730cc

#0730cc

Complementary Color

#0730cc #cca307

#0730cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0730cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0730cc Color CSS Codes

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

#0730cc Text Font Color

<p style="color:#0730cc">Text here</p>

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


#0730cc Background Color

<div style="background-color:#0730cc">
Div content here</div>

This div background color is #0730cc


#0730cc Border Color

<div style="border:3px solid #0730cc">
Div here</div>

This div border color is #0730cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,48,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0730cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0730cc;
  -webkit-box-shadow: 1px 1px 3px 2px #0730cc;
  box-shadow:         1px 1px 3px 2px #0730cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,48,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0730cc


Comments

No comments written yet.

Please login to write comment.