Color Hex Logo

#073acd Color Hex

#073ACD
(7,58,205)
0 Favorites   0 Comments

Color spaces of #073acd

RGB 758205
HSL0.620.930.42
HSV225°97°80°
CMYK 0.970.720.00   0.20
XYZ12.62017.479158.5361
Yxy7.47910.16050.0951
Hunter Lab27.347934.5125-107.7620
CIE-Lab32.873644.4189-78.3591

#073acd color RGB value is (7,58,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111010 11001101
Octal 7 72 315
Decimal 7 58 205
Hex 7 3A CD

RGB Percentages of Color #073acd

%2.59
%21.48
%75.93

CMYK Percentages of Color #073acd

%97
%72
%0
%20

Triadic Colors of #073acd

#073acd #cd073a #3acd07

Analogous Colors of #073acd

#073acd #3707cd #079dcd

Monochromatic Colors of #073acd

#073acd

Complementary Color

#073acd #cd9a07

#073acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#073acd Color CSS Codes

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

#073acd Text Font Color

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

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


#073acd Background Color

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

This div background color is #073acd


#073acd Border Color

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

This div border color is #073acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073acd


Comments

No comments written yet.

Please login to write comment.