color codes Logo

#073adc color codes

#073ADC
(7,58,220)
0 Favorites   0 Comments

Color spaces of #073adc

RGB 758220
HSL0.630.940.45
HSV226°97°86°
CMYK 0.970.740.00   0.14
XYZ14.51898.238668.5351
Yxy8.23860.15900.0902
Hunter Lab28.703040.0610-121.4768
CIE-Lab34.474949.7168-84.3756

#073adc color RGB value is (7,58,220).

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

The process color (four color CMYK) of #073adc color code is 0.97, 0.74, 0.00, 0.14. Web safe color of #073adc is #0033cc. Color #073adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111010 11011100
Octal 7 72 334
Decimal 7 58 220
Hex 7 3A DC

RGB Percentages of Color #073adc

%2.46
%20.35
%77.19

CMYK Percentages of Color #073adc

%97
%74
%0
%14

Triadic Colors of #073adc

#073adc #dc073a #3adc07

Analogous Colors of #073adc

#073adc #3f07dc #07a5dc

Monochromatic Colors of #073adc

#073adc

Complementary Color

#073adc #dca907

#073adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#073adc Color CSS Codes

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

#073adc Text Font Color

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

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


#073adc Background Color

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

This div background color is #073adc


#073adc Border Color

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

This div border color is #073adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073adc


Comments

No comments written yet.

Please login to write comment.