Color Hex Logo

#073cdf Color Hex

#073CDF
(7,60,223)
0 Favorites   0 Comments

Color spaces of #073cdf

RGB 760223
HSL0.630.940.45
HSV225°97°87°
CMYK 0.970.730.00   0.13
XYZ15.02288.604670.6811
Yxy8.60460.15930.0912
Hunter Lab29.333640.0825-122.3294
CIE-Lab35.211649.5987-84.8762

#073cdf color RGB value is (7,60,223).

#073cdf hex color red value is 7, green value is 60 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #073cdf hue: 0.63 , saturation: 0.94 and the lightness value of 073cdf is 0.45.

The process color (four color CMYK) of #073cdf color hex is 0.97, 0.73, 0.00, 0.13. Web safe color of #073cdf is #0033cc. Color #073cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111100 11011111
Octal 7 74 337
Decimal 7 60 223
Hex 7 3C DF

RGB Percentages of Color #073cdf

%2.41
%20.69
%76.90

CMYK Percentages of Color #073cdf

%97
%73
%0
%13

Triadic Colors of #073cdf

#073cdf #df073c #3cdf07

Analogous Colors of #073cdf

#073cdf #3e07df #07a8df

Monochromatic Colors of #073cdf

#073cdf

Complementary Color

#073cdf #dfaa07

#073cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#073cdf Color CSS Codes

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

#073cdf Text Font Color

<p style="color:#073cdf">Text here</p>

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


#073cdf Background Color

<div style="background-color:#073cdf">
Div content here</div>

This div background color is #073cdf


#073cdf Border Color

<div style="border:3px solid #073cdf">
Div here</div>

This div border color is #073cdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,60,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #073cdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #073cdf;
  -webkit-box-shadow: 1px 1px 3px 2px #073cdf;
  box-shadow:         1px 1px 3px 2px #073cdf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073cdf


Comments

No comments written yet.

Please login to write comment.