Color Hex Logo

#0784fa Color Hex

#0784FA
(7,132,250)
0 Favorites   0 Comments

Color spaces of #0784fa

RGB 7132250
HSL0.580.960.50
HSV209°97°98°
CMYK 0.970.470.00   0.02
XYZ25.594223.449893.6198
Yxy23.44980.17940.1644
Hunter Lab48.42509.5994-80.7276
CIE-Lab55.532714.5470-66.8483

#0784fa color RGB value is (7,132,250).

#0784fa hex color red value is 7, green value is 132 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #0784fa hue: 0.58 , saturation: 0.96 and the lightness value of 0784fa is 0.50.

The process color (four color CMYK) of #0784fa color hex is 0.97, 0.47, 0.00, 0.02. Web safe color of #0784fa is #0099ff. Color #0784fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10000100 11111010
Octal 7 204 372
Decimal 7 132 250
Hex 7 84 FA

RGB Percentages of Color #0784fa

%1.80
%33.93
%64.27

CMYK Percentages of Color #0784fa

%97
%47
%0
%2

Triadic Colors of #0784fa

#0784fa #fa0784 #84fa07

Analogous Colors of #0784fa

#0784fa #070afa #07faf7

Monochromatic Colors of #0784fa

#0784fa

Complementary Color

#0784fa #fa7d07

#0784fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0784fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0784fa Color CSS Codes

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

#0784fa Text Font Color

<p style="color:#0784fa">Text here</p>

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


#0784fa Background Color

<div style="background-color:#0784fa">
Div content here</div>

This div background color is #0784fa


#0784fa Border Color

<div style="border:3px solid #0784fa">
Div here</div>

This div border color is #0784fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,132,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0784fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0784fa;
  -webkit-box-shadow: 1px 1px 3px 2px #0784fa;
  box-shadow:         1px 1px 3px 2px #0784fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0784fa


Comments

No comments written yet.

Please login to write comment.