Color Hex Logo

#073aca Color Hex

#073ACA
(7,58,202)
0 Favorites   0 Comments

Color spaces of #073aca

RGB 758202
HSL0.620.930.41
HSV224°97°79°
CMYK 0.970.710.00   0.21
XYZ12.26137.335656.6468
Yxy7.33560.16080.0962
Hunter Lab27.084333.4109-105.0459
CIE-Lab32.559043.3342-77.1328

#073aca color RGB value is (7,58,202).

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

The process color (four color CMYK) of #073aca color hex is 0.97, 0.71, 0.00, 0.21. Web safe color of #073aca is #0033cc. Color #073aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111010 11001010
Octal 7 72 312
Decimal 7 58 202
Hex 7 3A CA

RGB Percentages of Color #073aca

%2.62
%21.72
%75.66

CMYK Percentages of Color #073aca

%97
%71
%0
%21

Triadic Colors of #073aca

#073aca #ca073a #3aca07

Analogous Colors of #073aca

#073aca #3507ca #079cca

Monochromatic Colors of #073aca

#073aca

Complementary Color

#073aca #ca9707

#073aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#073aca Color CSS Codes

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

#073aca Text Font Color

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

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


#073aca Background Color

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

This div background color is #073aca


#073aca Border Color

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

This div border color is #073aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073aca


Comments

No comments written yet.

Please login to write comment.