Color Hex Logo

#077fdf Color Hex

#077FDF
(7,127,223)
0 Favorites   0 Comments

Color spaces of #077fdf

RGB 7127223
HSL0.570.940.45
HSV207°97°87°
CMYK 0.970.430.00   0.13
XYZ20.996320.551672.6723
Yxy20.55160.18380.1799
Hunter Lab45.33393.3377-63.3109
CIE-Lab52.45527.1880-56.7569

#077fdf color RGB value is (7,127,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01111111 11011111
Octal 7 177 337
Decimal 7 127 223
Hex 7 7F DF

RGB Percentages of Color #077fdf

%1.96
%35.57
%62.46

CMYK Percentages of Color #077fdf

%97
%43
%0
%13

Triadic Colors of #077fdf

#077fdf #df077f #7fdf07

Analogous Colors of #077fdf

#077fdf #0713df #07dfd3

Monochromatic Colors of #077fdf

#077fdf

Complementary Color

#077fdf #df6707

#077fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#077fdf Color CSS Codes

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

#077fdf Text Font Color

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

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


#077fdf Background Color

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

This div background color is #077fdf


#077fdf Border Color

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

This div border color is #077fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077fdf


Comments

No comments written yet.

Please login to write comment.