Color Hex Logo

#077fcb Color Hex

#077FCB
(7,127,203)
0 Favorites   0 Comments

Color spaces of #077fcb

RGB 7127203
HSL0.560.930.41
HSV203°97°80°
CMYK 0.970.370.00   0.20
XYZ18.456519.535759.2979
Yxy19.53570.18970.2008
Hunter Lab44.1992-2.8114-48.6043
CIE-Lab51.3081-0.5824-47.2779

#077fcb color RGB value is (7,127,203).

#077fcb hex color red value is 7, green value is 127 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #077fcb hue: 0.56 , saturation: 0.93 and the lightness value of 077fcb is 0.41.

The process color (four color CMYK) of #077fcb color hex is 0.97, 0.37, 0.00, 0.20. Web safe color of #077fcb is #0066cc. Color #077fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01111111 11001011
Octal 7 177 313
Decimal 7 127 203
Hex 7 7F CB

RGB Percentages of Color #077fcb

%2.08
%37.69
%60.24

CMYK Percentages of Color #077fcb

%97
%37
%0
%20

Triadic Colors of #077fcb

#077fcb #cb077f #7fcb07

Analogous Colors of #077fcb

#077fcb #071dcb #07cbb5

Monochromatic Colors of #077fcb

#077fcb

Complementary Color

#077fcb #cb5307

#077fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#077fcb Color CSS Codes

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

#077fcb Text Font Color

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

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


#077fcb Background Color

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

This div background color is #077fcb


#077fcb Border Color

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

This div border color is #077fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077fcb


Comments

No comments written yet.

Please login to write comment.