Color Hex Logo

#077cdb Color Hex

#077CDB
(7,124,219)
0 Favorites   0 Comments

Color spaces of #077cdb

RGB 7124219
HSL0.570.940.44
HSV207°97°86°
CMYK 0.970.430.00   0.14
XYZ20.081519.574969.7378
Yxy19.57490.18360.1789
Hunter Lab44.24353.5924-62.4840
CIE-Lab51.35317.4833-56.2721

#077cdb color RGB value is (7,124,219).

#077cdb hex color red value is 7, green value is 124 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #077cdb hue: 0.57 , saturation: 0.94 and the lightness value of 077cdb is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01111100 11011011
Octal 7 174 333
Decimal 7 124 219
Hex 7 7C DB

RGB Percentages of Color #077cdb

%2.00
%35.43
%62.57

CMYK Percentages of Color #077cdb

%97
%43
%0
%14

Triadic Colors of #077cdb

#077cdb #db077c #7cdb07

Analogous Colors of #077cdb

#077cdb #0712db #07dbd0

Monochromatic Colors of #077cdb

#077cdb

Complementary Color

#077cdb #db6607

#077cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#077cdb Color CSS Codes

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

#077cdb Text Font Color

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

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


#077cdb Background Color

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

This div background color is #077cdb


#077cdb Border Color

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

This div border color is #077cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077cdb


Comments

No comments written yet.

Please login to write comment.