Color Hex Logo

#073acf Color Hex

#073ACF
(7,58,207)
0 Favorites   0 Comments

Color spaces of #073acf

RGB 758207
HSL0.620.930.42
HSV225°97°81°
CMYK 0.970.720.00   0.19
XYZ12.86327.576359.8159
Yxy7.57630.16030.0944
Hunter Lab27.525135.2489-109.5780
CIE-Lab33.084445.1377-79.1723

#073acf color RGB value is (7,58,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111010 11001111
Octal 7 72 317
Decimal 7 58 207
Hex 7 3A CF

RGB Percentages of Color #073acf

%2.57
%21.32
%76.10

CMYK Percentages of Color #073acf

%97
%72
%0
%19

Triadic Colors of #073acf

#073acf #cf073a #3acf07

Analogous Colors of #073acf

#073acf #3807cf #079ecf

Monochromatic Colors of #073acf

#073acf

Complementary Color

#073acf #cf9c07

#073acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#073acf Color CSS Codes

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

#073acf Text Font Color

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

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


#073acf Background Color

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

This div background color is #073acf


#073acf Border Color

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

This div border color is #073acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073acf


Comments

No comments written yet.

Please login to write comment.