Color Hex Logo

#073898 Color Hex

#073898
(7,56,152)
0 Favorites   0 Comments

Color spaces of #073898

RGB 756152
HSL0.610.910.31
HSV220°95°60°
CMYK 0.950.630.00   0.40
XYZ7.16935.140530.3201
Yxy5.14050.16820.1206
Hunter Lab22.672716.7661-63.4175
CIE-Lab27.131425.3484-56.2387

#073898 color RGB value is (7,56,152).

#073898 hex color red value is 7, green value is 56 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #073898 hue: 0.61 , saturation: 0.91 and the lightness value of 073898 is 0.31.

The process color (four color CMYK) of #073898 color hex is 0.95, 0.63, 0.00, 0.40. Web safe color of #073898 is #003399. Color #073898 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111000 10011000
Octal 7 70 230
Decimal 7 56 152
Hex 7 38 98

RGB Percentages of Color #073898

%3.26
%26.05
%70.70

CMYK Percentages of Color #073898

%95
%63
%0
%40

Triadic Colors of #073898

#073898 #980738 #389807

Analogous Colors of #073898

#073898 #1f0798 #078198

Monochromatic Colors of #073898

#073898

Complementary Color

#073898 #986707

#073898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073898 Color CSS Codes

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

#073898 Text Font Color

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

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


#073898 Background Color

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

This div background color is #073898


#073898 Border Color

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

This div border color is #073898


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,56,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #073898; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #073898;
  -webkit-box-shadow: 1px 1px 3px 2px #073898;
  box-shadow:         1px 1px 3px 2px #073898; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073898


Comments

No comments written yet.

Please login to write comment.