Color Hex Logo

#077dfd Color Hex

#077DFD
(7,125,253)
0 Favorites   0 Comments

Color spaces of #077dfd

RGB 7125253
HSL0.590.980.51
HSV211°97°99°
CMYK 0.970.510.00   0.01
XYZ25.150921.804395.8116
Yxy21.80430.17620.1527
Hunter Lab46.695114.4273-88.9680
CIE-Lab53.818720.0596-71.2760

#077dfd color RGB value is (7,125,253).

#077dfd hex color red value is 7, green value is 125 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #077dfd hue: 0.59 , saturation: 0.98 and the lightness value of 077dfd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01111101 11111101
Octal 7 175 375
Decimal 7 125 253
Hex 7 7D FD

RGB Percentages of Color #077dfd

%1.82
%32.47
%65.71

CMYK Percentages of Color #077dfd

%97
%51
%0
%1

Triadic Colors of #077dfd

#077dfd #fd077d #7dfd07

Analogous Colors of #077dfd

#077dfd #0c07fd #07f8fd

Monochromatic Colors of #077dfd

#077dfd

Complementary Color

#077dfd #fd8707

#077dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#077dfd Color CSS Codes

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

#077dfd Text Font Color

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

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


#077dfd Background Color

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

This div background color is #077dfd


#077dfd Border Color

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

This div border color is #077dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.