Color Hex Logo

#077feb Color Hex

#077FEB
(7,127,235)
0 Favorites   0 Comments

Color spaces of #077feb

RGB 7127235
HSL0.580.940.47
HSV208°97°92°
CMYK 0.970.460.00   0.08
XYZ22.672421.222181.4986
Yxy21.22210.18080.1692
Hunter Lab46.06757.2319-72.6436
CIE-Lab53.191711.8512-62.2945

#077feb color RGB value is (7,127,235).

#077feb hex color red value is 7, green value is 127 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #077feb hue: 0.58 , saturation: 0.94 and the lightness value of 077feb is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01111111 11101011
Octal 7 177 353
Decimal 7 127 235
Hex 7 7F EB

RGB Percentages of Color #077feb

%1.90
%34.42
%63.69

CMYK Percentages of Color #077feb

%97
%46
%0
%8

Triadic Colors of #077feb

#077feb #eb077f #7feb07

Analogous Colors of #077feb

#077feb #070deb #07ebe5

Monochromatic Colors of #077feb

#077feb

Complementary Color

#077feb #eb7307

#077feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#077feb Color CSS Codes

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

#077feb Text Font Color

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

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


#077feb Background Color

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

This div background color is #077feb


#077feb Border Color

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

This div border color is #077feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077feb


Comments

No comments written yet.

Please login to write comment.