Color Hex Logo

#073ace Color Hex

#073ACE
(7,58,206)
0 Favorites   0 Comments

Color spaces of #073ace

RGB 758206
HSL0.620.930.42
HSV225°97°81°
CMYK 0.970.720.00   0.19
XYZ12.74137.527559.1739
Yxy7.52750.16040.0948
Hunter Lab27.436334.8812-108.6698
CIE-Lab32.978844.7794-78.7663

#073ace color RGB value is (7,58,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111010 11001110
Octal 7 72 316
Decimal 7 58 206
Hex 7 3A CE

RGB Percentages of Color #073ace

%2.58
%21.40
%76.01

CMYK Percentages of Color #073ace

%97
%72
%0
%19

Triadic Colors of #073ace

#073ace #ce073a #3ace07

Analogous Colors of #073ace

#073ace #3807ce #079ece

Monochromatic Colors of #073ace

#073ace

Complementary Color

#073ace #ce9b07

#073ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#073ace Color CSS Codes

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

#073ace Text Font Color

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

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


#073ace Background Color

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

This div background color is #073ace


#073ace Border Color

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

This div border color is #073ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073ace


Comments

No comments written yet.

Please login to write comment.