Color Hex Logo

#073cc5 Color Hex

#073CC5
(7,60,197)
0 Favorites   0 Comments

Color spaces of #073cc5

RGB 760197
HSL0.620.930.40
HSV223°96°77°
CMYK 0.960.700.00   0.23
XYZ11.78157.308153.6130
Yxy7.30810.16210.1005
Hunter Lab27.033530.4837-98.6608
CIE-Lab32.498340.2568-74.3131

#073cc5 color RGB value is (7,60,197).

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

The process color (four color CMYK) of #073cc5 color hex is 0.96, 0.70, 0.00, 0.23. Web safe color of #073cc5 is #0033cc. Color #073cc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111100 11000101
Octal 7 74 305
Decimal 7 60 197
Hex 7 3C C5

RGB Percentages of Color #073cc5

%2.65
%22.73
%74.62

CMYK Percentages of Color #073cc5

%96
%70
%0
%23

Triadic Colors of #073cc5

#073cc5 #c5073c #3cc507

Analogous Colors of #073cc5

#073cc5 #3107c5 #079bc5

Monochromatic Colors of #073cc5

#073cc5

Complementary Color

#073cc5 #c59007

#073cc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073cc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073cc5 Color CSS Codes

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

#073cc5 Text Font Color

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

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


#073cc5 Background Color

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

This div background color is #073cc5


#073cc5 Border Color

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

This div border color is #073cc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073cc5


Comments

No comments written yet.

Please login to write comment.