Color Hex Logo

#072adc Color Hex

#072ADC
(7,42,220)
0 Favorites   0 Comments

Color spaces of #072adc

RGB 742220
HSL0.640.940.45
HSV230°97°86°
CMYK 0.970.810.00   0.14
XYZ13.83396.868468.3068
Yxy6.86840.15540.0772
Hunter Lab26.207648.3592-136.1864
CIE-Lab31.505458.2451-89.3049

#072adc color RGB value is (7,42,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101010 11011100
Octal 7 52 334
Decimal 7 42 220
Hex 7 2A DC

RGB Percentages of Color #072adc

%2.60
%15.61
%81.78

CMYK Percentages of Color #072adc

%97
%81
%0
%14

Triadic Colors of #072adc

#072adc #dc072a #2adc07

Analogous Colors of #072adc

#072adc #4e07dc #0795dc

Monochromatic Colors of #072adc

#072adc

Complementary Color

#072adc #dcb907

#072adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#072adc Color CSS Codes

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

#072adc Text Font Color

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

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


#072adc Background Color

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

This div background color is #072adc


#072adc Border Color

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

This div border color is #072adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072adc


Comments

No comments written yet.

Please login to write comment.