Color Hex Logo

#0764fa Color Hex

#0764FA
(7,100,250)
0 Favorites   0 Comments

Color spaces of #0764fa

RGB 7100250
HSL0.600.960.50
HSV217°97°98°
CMYK 0.970.600.00   0.02
XYZ21.900116.061692.3884
Yxy16.06160.16800.1232
Hunter Lab40.076927.4070-108.6260
CIE-Lab47.055234.7400-80.6271

#0764fa color RGB value is (7,100,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100100 11111010
Octal 7 144 372
Decimal 7 100 250
Hex 7 64 FA

RGB Percentages of Color #0764fa

%1.96
%28.01
%70.03

CMYK Percentages of Color #0764fa

%97
%60
%0
%2

Triadic Colors of #0764fa

#0764fa #fa0764 #64fa07

Analogous Colors of #0764fa

#0764fa #2307fa #07defa

Monochromatic Colors of #0764fa

#0764fa

Complementary Color

#0764fa #fa9d07

#0764fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0764fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0764fa Color CSS Codes

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

#0764fa Text Font Color

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

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


#0764fa Background Color

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

This div background color is #0764fa


#0764fa Border Color

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

This div border color is #0764fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,100,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 #0764fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0764fa


Comments

No comments written yet.

Please login to write comment.