Color Hex Logo

#077afa Color Hex

#077AFA
(7,122,250)
0 Favorites   0 Comments

Color spaces of #077afa

RGB 7122250
HSL0.590.960.50
HSV212°97°98°
CMYK 0.970.510.00   0.02
XYZ24.302520.866493.1892
Yxy20.86640.17560.1508
Hunter Lab45.679815.0258-88.9790
CIE-Lab52.803020.7872-71.2626

#077afa color RGB value is (7,122,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01111010 11111010
Octal 7 172 372
Decimal 7 122 250
Hex 7 7A FA

RGB Percentages of Color #077afa

%1.85
%32.19
%65.96

CMYK Percentages of Color #077afa

%97
%51
%0
%2

Triadic Colors of #077afa

#077afa #fa077a #7afa07

Analogous Colors of #077afa

#077afa #0d07fa #07f4fa

Monochromatic Colors of #077afa

#077afa

Complementary Color

#077afa #fa8707

#077afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#077afa Color CSS Codes

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

#077afa Text Font Color

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

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


#077afa Background Color

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

This div background color is #077afa


#077afa Border Color

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

This div border color is #077afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077afa


Comments

No comments written yet.

Please login to write comment.