Color Hex Logo

#077aca Color Hex

#077ACA
(7,122,202)
0 Favorites   0 Comments

Color spaces of #077aca

RGB 7122202
HSL0.570.930.41
HSV205°97°79°
CMYK 0.970.400.00   0.21
XYZ17.707818.228558.4623
Yxy18.22850.18760.1931
Hunter Lab42.6948-0.6826-51.2997
CIE-Lab49.77212.0693-49.1554

#077aca color RGB value is (7,122,202).

#077aca hex color red value is 7, green value is 122 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #077aca hue: 0.57 , saturation: 0.93 and the lightness value of 077aca is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01111010 11001010
Octal 7 172 312
Decimal 7 122 202
Hex 7 7A CA

RGB Percentages of Color #077aca

%2.11
%36.86
%61.03

CMYK Percentages of Color #077aca

%97
%40
%0
%21

Triadic Colors of #077aca

#077aca #ca077a #7aca07

Analogous Colors of #077aca

#077aca #0718ca #07cab9

Monochromatic Colors of #077aca

#077aca

Complementary Color

#077aca #ca5707

#077aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#077aca Color CSS Codes

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

#077aca Text Font Color

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

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


#077aca Background Color

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

This div background color is #077aca


#077aca Border Color

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

This div border color is #077aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077aca


Comments

No comments written yet.

Please login to write comment.