Color Hex Logo

#073aea Color Hex

#073AEA
(7,58,234)
0 Favorites   0 Comments

Color spaces of #073aea

RGB 758234
HSL0.630.940.47
HSV227°97°92°
CMYK 0.970.750.00   0.08
XYZ16.45209.011878.7142
Yxy9.01180.15790.0865
Hunter Lab30.019745.2909-134.4499
CIE-Lab36.007054.4847-89.8313

#073aea color RGB value is (7,58,234).

#073aea hex color red value is 7, green value is 58 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #073aea hue: 0.63 , saturation: 0.94 and the lightness value of 073aea is 0.47.

The process color (four color CMYK) of #073aea color hex is 0.97, 0.75, 0.00, 0.08. Web safe color of #073aea is #0033ff. Color #073aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111010 11101010
Octal 7 72 352
Decimal 7 58 234
Hex 7 3A EA

RGB Percentages of Color #073aea

%2.34
%19.40
%78.26

CMYK Percentages of Color #073aea

%97
%75
%0
%8

Triadic Colors of #073aea

#073aea #ea073a #3aea07

Analogous Colors of #073aea

#073aea #4507ea #07acea

Monochromatic Colors of #073aea

#073aea

Complementary Color

#073aea #eab707

#073aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#073aea Color CSS Codes

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

#073aea Text Font Color

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

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


#073aea Background Color

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

This div background color is #073aea


#073aea Border Color

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

This div border color is #073aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073aea


Comments

No comments written yet.

Please login to write comment.