Color Hex Logo

#077ddb Color Hex

#077DDB
(7,125,219)
0 Favorites   0 Comments

Color spaces of #077ddb

RGB 7125219
HSL0.570.940.44
HSV207°97°86°
CMYK 0.970.430.00   0.14
XYZ20.207419.826969.7798
Yxy19.82690.18400.1805
Hunter Lab44.52743.0838-61.7454
CIE-Lab51.64096.8639-55.8105

#077ddb color RGB value is (7,125,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01111101 11011011
Octal 7 175 333
Decimal 7 125 219
Hex 7 7D DB

RGB Percentages of Color #077ddb

%1.99
%35.61
%62.39

CMYK Percentages of Color #077ddb

%97
%43
%0
%14

Triadic Colors of #077ddb

#077ddb #db077d #7ddb07

Analogous Colors of #077ddb

#077ddb #0713db #07dbcf

Monochromatic Colors of #077ddb

#077ddb

Complementary Color

#077ddb #db6507

#077ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#077ddb Color CSS Codes

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

#077ddb Text Font Color

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

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


#077ddb Background Color

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

This div background color is #077ddb


#077ddb Border Color

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

This div border color is #077ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077ddb


Comments

No comments written yet.

Please login to write comment.