Color Hex Logo

#077ada Color Hex

#077ADA
(7,122,218)
0 Favorites   0 Comments

Color spaces of #077ada

RGB 7122218
HSL0.580.940.44
HSV207°97°85°
CMYK 0.970.440.00   0.15
XYZ19.702019.026268.9637
Yxy19.02620.18290.1767
Hunter Lab43.61904.2922-63.2069
CIE-Lab50.71788.3338-56.7272

#077ada color RGB value is (7,122,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01111010 11011010
Octal 7 172 332
Decimal 7 122 218
Hex 7 7A DA

RGB Percentages of Color #077ada

%2.02
%35.16
%62.82

CMYK Percentages of Color #077ada

%97
%44
%0
%15

Triadic Colors of #077ada

#077ada #da077a #7ada07

Analogous Colors of #077ada

#077ada #0710da #07dad1

Monochromatic Colors of #077ada

#077ada

Complementary Color

#077ada #da6707

#077ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#077ada Color CSS Codes

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

#077ada Text Font Color

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

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


#077ada Background Color

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

This div background color is #077ada


#077ada Border Color

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

This div border color is #077ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077ada


Comments

No comments written yet.

Please login to write comment.