Color Hex Logo

#073dad Color Hex

#073DAD
(7,61,173)
0 Favorites   0 Comments

Color spaces of #073dad

RGB 761173
HSL0.610.920.35
HSV220°96°68°
CMYK 0.960.650.00   0.32
XYZ9.29926.399840.2803
Yxy6.39980.16610.1143
Hunter Lab25.297821.3434-76.6956
CIE-Lab30.399530.3967-63.5743

#073dad color RGB value is (7,61,173).

#073dad hex color red value is 7, green value is 61 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #073dad hue: 0.61 , saturation: 0.92 and the lightness value of 073dad is 0.35.

The process color (four color CMYK) of #073dad color hex is 0.96, 0.65, 0.00, 0.32. Web safe color of #073dad is #003399. Color #073dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111101 10101101
Octal 7 75 255
Decimal 7 61 173
Hex 7 3D AD

RGB Percentages of Color #073dad

%2.90
%25.31
%71.78

CMYK Percentages of Color #073dad

%96
%65
%0
%32

Triadic Colors of #073dad

#073dad #ad073d #3dad07

Analogous Colors of #073dad

#073dad #2407ad #0790ad

Monochromatic Colors of #073dad

#073dad

Complementary Color

#073dad #ad7707

#073dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#073dad Color CSS Codes

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

#073dad Text Font Color

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

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


#073dad Background Color

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

This div background color is #073dad


#073dad Border Color

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

This div border color is #073dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073dad


Comments

No comments written yet.

Please login to write comment.