Color Hex Logo

#072394 Color Hex

#072394
(7,35,148)
0 Favorites   0 Comments

Color spaces of #072394

RGB 735148
HSL0.630.910.30
HSV228°95°58°
CMYK 0.950.760.00   0.42
XYZ6.03393.385428.3524
Yxy3.38540.15970.0896
Hunter Lab18.399526.3381-78.4825
CIE-Lab21.525637.7119-63.0151

#072394 color RGB value is (7,35,148).

#072394 hex color red value is 7, green value is 35 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #072394 hue: 0.63 , saturation: 0.91 and the lightness value of 072394 is 0.30.

The process color (four color CMYK) of #072394 color hex is 0.95, 0.76, 0.00, 0.42. Web safe color of #072394 is #003399. Color #072394 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100011 10010100
Octal 7 43 224
Decimal 7 35 148
Hex 7 23 94

RGB Percentages of Color #072394

%3.68
%18.42
%77.89

CMYK Percentages of Color #072394

%95
%76
%0
%42

Triadic Colors of #072394

#072394 #940723 #239407

Analogous Colors of #072394

#072394 #310794 #076a94

Monochromatic Colors of #072394

#072394

Complementary Color

#072394 #947807

#072394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072394 Color CSS Codes

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

#072394 Text Font Color

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

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


#072394 Background Color

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

This div background color is #072394


#072394 Border Color

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

This div border color is #072394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072394


Comments

No comments written yet.

Please login to write comment.