Color Hex Logo

#073dbc Color Hex

#073DBC
(7,61,188)
0 Favorites   0 Comments

Color spaces of #073dbc

RGB 761188
HSL0.620.930.38
HSV222°96°74°
CMYK 0.960.680.00   0.26
XYZ10.83357.013548.3597
Yxy7.01350.16360.1059
Hunter Lab26.483026.6744-89.7293
CIE-Lab31.837636.2299-70.1155

#073dbc color RGB value is (7,61,188).

#073dbc hex color red value is 7, green value is 61 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #073dbc hue: 0.62 , saturation: 0.93 and the lightness value of 073dbc is 0.38.

The process color (four color CMYK) of #073dbc color hex is 0.96, 0.68, 0.00, 0.26. Web safe color of #073dbc is #0033cc. Color #073dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111101 10111100
Octal 7 75 274
Decimal 7 61 188
Hex 7 3D BC

RGB Percentages of Color #073dbc

%2.73
%23.83
%73.44

CMYK Percentages of Color #073dbc

%96
%68
%0
%26

Triadic Colors of #073dbc

#073dbc #bc073d #3dbc07

Analogous Colors of #073dbc

#073dbc #2b07bc #0798bc

Monochromatic Colors of #073dbc

#073dbc

Complementary Color

#073dbc #bc8607

#073dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#073dbc Color CSS Codes

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

#073dbc Text Font Color

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

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


#073dbc Background Color

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

This div background color is #073dbc


#073dbc Border Color

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

This div border color is #073dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073dbc


Comments

No comments written yet.

Please login to write comment.