Color Hex Logo

#073afc Color Hex

#073AFC
(7,58,252)
0 Favorites   0 Comments

Color spaces of #073afc

RGB 758252
HSL0.630.980.51
HSV228°97°99°
CMYK 0.970.770.00   0.01
XYZ19.171410.099693.0344
Yxy10.09960.15680.0826
Hunter Lab31.779952.0665-151.3234
CIE-Lab38.020660.3826-96.6443

#073afc color RGB value is (7,58,252).

#073afc hex color red value is 7, green value is 58 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #073afc hue: 0.63 , saturation: 0.98 and the lightness value of 073afc is 0.51.

The process color (four color CMYK) of #073afc color hex is 0.97, 0.77, 0.00, 0.01. Web safe color of #073afc is #0033ff. Color #073afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111010 11111100
Octal 7 72 374
Decimal 7 58 252
Hex 7 3A FC

RGB Percentages of Color #073afc

%2.21
%18.30
%79.50

CMYK Percentages of Color #073afc

%97
%77
%0
%1

Triadic Colors of #073afc

#073afc #fc073a #3afc07

Analogous Colors of #073afc

#073afc #4e07fc #07b5fc

Monochromatic Colors of #073afc

#073afc

Complementary Color

#073afc #fcc907

#073afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#073afc Color CSS Codes

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

#073afc Text Font Color

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

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


#073afc Background Color

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

This div background color is #073afc


#073afc Border Color

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

This div border color is #073afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073afc


Comments

No comments written yet.

Please login to write comment.