Color Hex Logo

#077dfa Color Hex

#077DFA
(7,125,250)
0 Favorites   0 Comments

Color spaces of #077dfa

RGB 7125250
HSL0.590.960.50
HSV211°97°98°
CMYK 0.970.500.00   0.02
XYZ24.676621.614593.3139
Yxy21.61450.17680.1548
Hunter Lab46.491413.3839-86.4583
CIE-Lab53.615618.9047-69.9462

#077dfa color RGB value is (7,125,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01111101 11111010
Octal 7 175 372
Decimal 7 125 250
Hex 7 7D FA

RGB Percentages of Color #077dfa

%1.83
%32.72
%65.45

CMYK Percentages of Color #077dfa

%97
%50
%0
%2

Triadic Colors of #077dfa

#077dfa #fa077d #7dfa07

Analogous Colors of #077dfa

#077dfa #0b07fa #07f7fa

Monochromatic Colors of #077dfa

#077dfa

Complementary Color

#077dfa #fa8407

#077dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#077dfa Color CSS Codes

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

#077dfa Text Font Color

<p style="color:#077dfa">Text here</p>

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


#077dfa Background Color

<div style="background-color:#077dfa">
Div content here</div>

This div background color is #077dfa


#077dfa Border Color

<div style="border:3px solid #077dfa">
Div here</div>

This div border color is #077dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077dfa


Comments

No comments written yet.

Please login to write comment.