Color Hex Logo

#072bdc Color Hex

#072BDC
(7,43,220)
0 Favorites   0 Comments

Color spaces of #072bdc

RGB 743220
HSL0.640.940.45
HSV230°97°86°
CMYK 0.970.800.00   0.14
XYZ13.86986.940268.3187
Yxy6.94020.15560.0779
Hunter Lab26.344347.8747-135.3161
CIE-Lab31.670457.7614-89.0305

#072bdc color RGB value is (7,43,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101011 11011100
Octal 7 53 334
Decimal 7 43 220
Hex 7 2B DC

RGB Percentages of Color #072bdc

%2.59
%15.93
%81.48

CMYK Percentages of Color #072bdc

%97
%80
%0
%14

Triadic Colors of #072bdc

#072bdc #dc072b #2bdc07

Analogous Colors of #072bdc

#072bdc #4e07dc #0796dc

Monochromatic Colors of #072bdc

#072bdc

Complementary Color

#072bdc #dcb807

#072bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#072bdc Color CSS Codes

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

#072bdc Text Font Color

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

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


#072bdc Background Color

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

This div background color is #072bdc


#072bdc Border Color

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

This div border color is #072bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072bdc


Comments

No comments written yet.

Please login to write comment.