Color Hex Logo

#073fcb Color Hex

#073FCB
(7,63,203)
0 Favorites   0 Comments

Color spaces of #073fcb

RGB 763203
HSL0.620.930.41
HSV223°97°80°
CMYK 0.970.690.00   0.20
XYZ12.64467.912057.3606
Yxy7.91200.16230.1015
Hunter Lab28.128331.0172-101.2174
CIE-Lab33.798940.5954-75.6678

#073fcb color RGB value is (7,63,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111111 11001011
Octal 7 77 313
Decimal 7 63 203
Hex 7 3F CB

RGB Percentages of Color #073fcb

%2.56
%23.08
%74.36

CMYK Percentages of Color #073fcb

%97
%69
%0
%20

Triadic Colors of #073fcb

#073fcb #cb073f #3fcb07

Analogous Colors of #073fcb

#073fcb #3107cb #07a1cb

Monochromatic Colors of #073fcb

#073fcb

Complementary Color

#073fcb #cb9307

#073fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#073fcb Color CSS Codes

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

#073fcb Text Font Color

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

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


#073fcb Background Color

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

This div background color is #073fcb


#073fcb Border Color

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

This div border color is #073fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073fcb


Comments

No comments written yet.

Please login to write comment.